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
Weird multi-user Access performance problem
Multiple criteria for ms access query
ms sql change string with all upper case to proper lower case sentence
ASP.NET - Reading from resource file
How to export data from various tables into a single xml file
Event ID: 33002 Access blocked because signature is not valid
OCS 2007 Archiving Query
Can Access 2003 and 2007 coexist in peace on the same machine?
Count records in dataset
VBA - Access/Excel: Scrolling through files in folder, and archiving