hi, i am trying to freeze the top row of a given worksheet. I recorded a macro to see how to do it and this is what it gives me.
![]()
Please Login or Register to view this content.
I replaced the "activewindow" with
workbooks(fl_name).worksheets(1)
but it does not work.
So i used this
While this did work.........froze top row............but it also split the top row. So i could not simply unfreeze the top row.![]()
Please Login or Register to view this content.
Is there a better way to freeze the top row?
Bookmarks