Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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").Selec t End Sub but SectionAHelp might appear at the bottom of the page, and I want it to appear at the top left. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
under the view tab where is formatting palette toolbox? | Excel Discussion (Misc queries) | |||
view cell formatting | Excel Discussion (Misc queries) | |||
Need to Save File to View Conditional Formatting Changes | Excel Discussion (Misc queries) | |||
How do I view the formatting of a cell | Excel Discussion (Misc queries) | |||
How to view a custom view when the worksheet is protected? | Excel Worksheet Functions |