![]() |
Excel 2003 freeze panes won't freeze top row only
Using Excel2003, I have tried to freeze just the top row, and /or leftmost 3
columns as these have titles in. I have done this separately and together, and in all cases Excel freezes the top half and the leftmost half of the visible screen (top 15 rows, leftmost 7 columns). I have also recorded this in a macro and viewed it. The VBA is only selecting the row / column(s) I selected i.e. Range("1:1").Select ActiveWindow.FreezePanes = True Range("A:C").Select ActiveWindow.FreezePanes = True Running this leads to the same result. Any help please. |
Answer: Excel 2003 freeze panes won't freeze top row only
It sounds like you are experiencing an issue with Excel 2003's Freeze Panes feature. Here are some steps you can try to resolve the issue:
I hope these steps help you resolve the issue with freezing panes in Excel 2003. |
Excel 2003 freeze panes won't freeze top row only
Hi
You need to select row 2 not row 1. Place your cursor in cell D2 and choose WindowsFreeze Panes -- Regards Roger Govier "macbone2002" wrote in message ... Using Excel2003, I have tried to freeze just the top row, and /or leftmost 3 columns as these have titles in. I have done this separately and together, and in all cases Excel freezes the top half and the leftmost half of the visible screen (top 15 rows, leftmost 7 columns). I have also recorded this in a macro and viewed it. The VBA is only selecting the row / column(s) I selected i.e. Range("1:1").Select ActiveWindow.FreezePanes = True Range("A:C").Select ActiveWindow.FreezePanes = True Running this leads to the same result. Any help please. |
I know this post is ancient history, but some of still use Excel 2003, and this solution nails it. Thanks, Roger, wherever you are!
Quote:
|
All times are GMT +1. The time now is 06:27 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com