Using lookup in a VBA procedure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I am a beginner and I woul like to get the addres of the cell with a date,
choosen by lookup, to use its adress to check the date in the adiacent cell
so long as it is bigger the a given date.
Thank you for your help
 
look at Find in help to get the cell, then use Offset to get the adjacent
cell.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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