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
VSTO: How to access Safe Sender List?
OWA Exchange 2003 Not Working
After update subform, then update the main form field
Unable to browse network
Some Excel 2007 worksheets open with blue screen (previous thread no help)
Outlook2007 calendar freezes after successfully connecting to exchange mailbox
Connect to remote MSDE with Enterprise Manager?
outlook 2003 archiving and roaming users exchange 2003
CAST DATETIME2 to DATETIME
Compiler Error Message: CS1012: Too many characters in character literal