J
Jim Orson
I have the following code in a workbook:
Rather than the range "C12", I want to select the cell that is located by
the "Ctrl-Home" keystroke. The location of this cell changes as I change
location of the frozen panes throughout the year. Is there a way to replace
the "C12" range in the above code with the equivalent of the "Ctrl-Home"
keystroke?
Thanks for any help!
Jim Orson...
Private Sub Workbook_Open()
Sheets("Misc Summary").Activate
Range("C12").Select
End Sub
Rather than the range "C12", I want to select the cell that is located by
the "Ctrl-Home" keystroke. The location of this cell changes as I change
location of the frozen panes throughout the year. Is there a way to replace
the "C12" range in the above code with the equivalent of the "Ctrl-Home"
keystroke?
Thanks for any help!
Jim Orson...