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
Need batch to move files older than 8 days
SQL SSD setup
Trying to understand Excel formula for sample size, sat confidence level and probability
Getting error message "The server tag is not well formed" on the line where I have a hyperlink control in my datagrid
VMWare Black Screen
is there a procedure view button in vs 2008 like there is in vb6
REST web service in C#
How to find out what motherboard i have
Setup was unable to format the partition while using RIS
Missing semicolon (;) at end of SQL statement