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
Windows 2003 Server with event id 1004 application error for wmiprvse.exe
IIS7 won't parse classic ASP / VBScript
Excute multiple delete and insert statements in same query
migrating SQL databases to another server and get some weird error messages
Adding PowerPoint Viewer to winform desktop app.
Visual Basic Code - Excel - Merge multiple worksheets in an excel workbook into single worksheet
Autofill Date Field in Access 2007
sql server login
The report server is not responding. Verify that the report server is running and can be accessed from this computer.
search method in VBA Access