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
Windows Server 2008 DFS Root Permissions
Removing Alpha Characters from Phone Number
How to visible false item template column in Grid view when export to Excel
Renewing ssl cert on Windows Small Business Server 2003
Re-write the script for Copy/Paste
recovering *Contacts* from an old .OST file???
Can I install SQL 2000 that comes with SBS 2003 Premium on a different box?
How can I change the identity property of a column without setting the wrong seed?
ASP.NET Grid Number Formatting
Custom control to see/select mutliple entries from a list