On opening a worksheet move focus to a cell based on date

  • Thread starter Thread starter davcas
  • Start date Start date
D

davcas

I would like to set focus on a cell row based on the date the worksheet is
being opended as I am running a team diary for holidays etc and each time it
is opened you have to scroll to find todays date in a column to look forward.
I do have a cell showin todays date for reference. Can anybody help with
this. Does it need an open macro or VB etc?
 
I would like to set focus on a cell row based on the date the worksheet is
being opended as I am running a team diary for holidays etc and each timeit
is opened you have to scroll to find todays date in a column to look forward.
I do have a cell showin todays date for reference.  Can anybody help with
this. Does it need an open macro or VB etc?

u can put the macro in auto_open module and it will automatically
execute on opening of the excel file.
 
Back
Top