Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to go to the cell, 2 columns to the right of the cell the
current day is displayed in. I have a list of days of the year in column A, input starts on Column C. I want to initiate the user to go to the 'Current day' via the ()NOW function. Part of the code I wish to use, which will freeze panes etc is below, but not sure the syntax for including the ()NOW function Thanks Application.Goto Range("Schedule!A1"), True ActiveCell.Offset(2, 0).Select ActiveWindow.FreezePanes = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
goto function in macro 2 | Excel Discussion (Misc queries) | |||
goto function in macro | Excel Discussion (Misc queries) | |||
A goto function for Mobile Excel | Excel Worksheet Functions | |||
Goto statement in an IF function | Excel Worksheet Functions | |||
On Error Goto doesn't goto | Excel Programming |