offset row not column

  • Thread starter Thread starter Atishoo
  • Start date Start date
A

Atishoo

I want to return a value contained in the column "ar" and in the same row as
the active cell

activecell.offfset (????
 
Since we don't know the column of the activecell, how about

cells(activecell.row,"ar")
 
I want to return a value contained in the column "ar" and in the same rowas
the active cell

activecell.offfset (????

Range("AR" & ActiveCell.Row)?
 
great works no probs! am using it to control a web box so it returns the
patient whos range your looking ats database info as well its kick ass now
ta v much
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top