Microsoft
Software
Hardware
Network
Question : VBA to scroll to the top of a freeze pane
I have a sheet with a pivot table on it and have the panes frozen right below Data items row. I would like the code to be able to scroll back to the top of the frozen row after my refresh macro executes, because now it is just left where the last user scrolled down to.
Answer : VBA to scroll to the top of a freeze pane
Assuming the worksheet is active:
ActiveWindow.ScrollRow = 1
ActiveWindow.ScrollColumn = 1
Kevin
Random Solutions
Locking Field On Continuous Form
CString in fprintf
Copy worksheets to new workbook
Is there a way to find out what the serial number of a remote HP Proliant server.
Acitve Directory syntax question
formatting a string in vb.net(urgent)
VS2008 C++ - lost debugging information
Display Image in title
How to create a password for access forms
Select Missing Rows From Table (Determination Made Based on Multiple Columns)