Freeze moving rows

Valentine

Member
Local time
Today, 00:55
Joined
Oct 1, 2021
Messages
261
So I have an Excel spreadsheet that has 4 title rows that I want to freeze when they are at the top of the screen when scrolling. For easy lets say my title rows are 1, 100, 200, and 300. When I scroll down the spreadsheet I want row 1 frozen until I hit row 100 which I want to take over as the frozen row and then again at 200 and so on. How do I do tihs?
 
maybe split your worksheet by 100 rows and put each to each own Sheet?
 
No I am trying not to split, I want it to scroll down through the data.
 
So I have an Excel spreadsheet that has 4 title rows that I want to freeze when they are at the top of the screen when scrolling. For easy lets say my title rows are 1, 100, 200, and 300. When I scroll down the spreadsheet I want row 1 frozen until I hit row 100 which I want to take over as the frozen row and then again at 200 and so on. How do I do tihs?
Need to look at the perhaps worksheet change event and keep track of the row number.
 

Users who are viewing this thread

Back
Top Bottom