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 add a 2nd DC that is an R2
gp 10 resource messages
what replaced sql.request in Excel 2007?
Active Sync OMA won't sync / authenticate.
Access 2007 error refreshing links to a BE with password
Left Outer Join is not working- returns duplicate company names?
How to create List box in Excel. User can select one or more entries
Cannot Open Volume For Direct Access in Sched CHKDSK
Server 2003 Anonymous Login Event ID's
Need to be able to call up an ASIN function just like the one in Excel