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
WHAT IS AN ILIST,IDATASOURCE,IENUMERA<wbr />BLE
Is there a cmd to see active sessions in SQL 2005?
T-SQL script to force users out of a database
Normal.dot NOT set to read-only, but i cannot delete or rename it
I need to increase the size of an SBS 2003 system partition
Using VBA to transfer CSV in AC07
GetUserProfileByName Issue after form is submitted
Trying to get autodiscover service to work from outside the network
Exchange 2010 and SSL Certificate
VB.NET, 2005 - Maintain Scroll Position To DataGrid