Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2003 (SP2) and dropped a 'Microsoft Date and Time Picker
Control 6.0 (SP6)' onto the worksheet. When I close and reopen the workbook the DTPicker resizes to about five times the original height. It does not change in width. I have seen other forums with people having the same issue, but have not seen any options that work. This has also been tested on a machine with Excel 2003 (SP3). Thank you, Lonnie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have had that before and I didn't find the answer.
The workaround we found was to change to another sheet before saving the file. When you reopen, you see the other sheet. And when you change back to the sheet with the DTpicker it is the right size. -- If this helps, please click the Yes button. Thanks! Allllen "Lonnie" wrote: I am using Excel 2003 (SP2) and dropped a 'Microsoft Date and Time Picker Control 6.0 (SP6)' onto the worksheet. When I close and reopen the workbook the DTPicker resizes to about five times the original height. It does not change in width. I have seen other forums with people having the same issue, but have not seen any options that work. This has also been tested on a machine with Excel 2003 (SP3). Thank you, Lonnie |
#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 |
Reply |
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 |