Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have built and excel worksheet that has now become a Shared Workbook in my
office. The trouble I am having is that, I have the dates at the top and have freeze paned to keep them there. When i share the workbook, it stays set for me, but others using it have to freeze panes themselves, is there a way to freeze them while unshared and then share it keeping that setting for everyone? -- NealMed |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
try an auto run macro like this... Private Sub Workbook_Open() Range("A2").Select 'change to your setting ActiveWindow.FreezePanes = True End Sub Paste it in a thisworkbook module. Regards FSt1 "NealMed" wrote: I have built and excel worksheet that has now become a Shared Workbook in my office. The trouble I am having is that, I have the dates at the top and have freeze paned to keep them there. When i share the workbook, it stays set for me, but others using it have to freeze panes themselves, is there a way to freeze them while unshared and then share it keeping that setting for everyone? -- NealMed |
Reply |
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 panes? | New Users to Excel | |||
Freeze Panes | Excel Discussion (Misc queries) | |||
Not quite "Freeze Panes"..... | Excel Discussion (Misc queries) |