Hi,
I have question regarding How to jump to the cell with current date when open an Excel file.
below are the links to my file.
https://drive.google.com/open?id=1_5H6x6pA53OcbOyvtpRfXm6oLVnT1vVa
I have tried using below VBA macro but it didn;t work.
Private Sub Workbook_Open()
Worksheets(“Sheet1”).Select
x = Day(Date)
Worksheets(“Sheet1”).Columns(2).Find(What:=x, LookIn:=xlValues).Activate
End Sub
Please advise.
I have question regarding How to jump to the cell with current date when open an Excel file.
below are the links to my file.
https://drive.google.com/open?id=1_5H6x6pA53OcbOyvtpRfXm6oLVnT1vVa
I have tried using below VBA macro but it didn;t work.
Private Sub Workbook_Open()
Worksheets(“Sheet1”).Select
x = Day(Date)
Worksheets(“Sheet1”).Columns(2).Find(What:=x, LookIn:=xlValues).Activate
End Sub
Please advise.