Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would have to use the Split property in conjunction with the FreezePanes
property. See the VBA help file for Freeze Panes and Split for more details. "Dave" wrote: Hi, I used the macro recorder when freezing panes, and it returned the following: Range("A8").Select ActiveWindow.FreezePanes = True Is there a VBA way to tell Excel where to freeze, without selecting the cell? eg: ActiveWindow.FreezePanes, Range("A8") The above example errors, but is there a syntax for this? Regards - Dave. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 freeze panes won't freeze top row only | Excel Discussion (Misc queries) | |||
Freeze Panes | Excel Discussion (Misc queries) | |||
Freeze 2 Panes | Excel Discussion (Misc queries) | |||
Freeze Panes | Excel Worksheet Functions | |||
Freeze panes | Excel Discussion (Misc queries) |