adalton
Jun 10, 2009, 06:54 PM
When I record a macro to freeze panes it gives me this code:
Rows("1:4").Select
ActiveWindow.FreezePanes = True
But when I put it into my macro it freezes a bunch of rows and even some columns. Is there another way to do this? It is selecting the rows its just not freezing the right ones.
Rows("1:4").Select
ActiveWindow.FreezePanes = True
But when I put it into my macro it freezes a bunch of rows and even some columns. Is there another way to do this? It is selecting the rows its just not freezing the right ones.