P
Pat
I have a button on a worksheet that selcts a cell on
another sheet.
I want to display the cell so that it is in the upper left
corner of the window, but I can't find any method to do
this. Any help appreciated.
Code so far (works fine):
Private Sub SectionAHelpButton_click()
Sheets("Instructions").Select
Sheets("Instructions").Range("SectionAHelp").Select
End Sub
but SectionAHelp might appear at the bottom of the page,
and I want it to appear at the top left.
another sheet.
I want to display the cell so that it is in the upper left
corner of the window, but I can't find any method to do
this. Any help appreciated.
Code so far (works fine):
Private Sub SectionAHelpButton_click()
Sheets("Instructions").Select
Sheets("Instructions").Range("SectionAHelp").Select
End Sub
but SectionAHelp might appear at the bottom of the page,
and I want it to appear at the top left.