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
Quick Launch Toolbar Office 2k7 - Roaming Profiles
How to limit query to top n records
Setting a trigger when a specific column is updated?
Example of Union query with 3 views (3 queries)needed
Change the term "This product is licensed to" in Office 2003 on a Terminal Server
Missing Library for StrConv
Obtain the latest date in SQL datatable using vb.net 2005
Hyper-V- server 2008 R2 - Windows server backup supported?
Integration Manager grayed out
IIS7 Port 80 Redirection in an App