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
How to Select a Single Record from a MySql database when DISTINCT doesn't work
Stock/Share Portfolio Management
protecting decompiling of ocx in browser
GPO not applied Filtering (Uknown reason)
Must Use An Updateable Query
HP 4730 Mfp configure
Install Office Small Business 2007 using .msi file
There is a(n) " in the form control's validationrule property
Authentication for OWA in Exchange 2007 fails.
Find Pivot Table's Name