Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I had this issue, but the cure was to unfreeze then refreeze panes on the
workbook open event. Private Sub Workbook_Open() Sheets("Missed Orders").Activate Range("C4").Select ActiveWindow.FreezePanes = False ActiveWindow.FreezePanes = True Range("C4").Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DTPicker Bug | Excel Programming | |||
DTpicker | Excel Programming | |||
Resizing cells in a selection without resizing entire sheet | Excel Discussion (Misc queries) | |||
DTPicker | Excel Programming | |||
can you use the dtpicker in an userfrom | Excel Worksheet Functions |