Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default DTPicker Resizing

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default DTPicker Resizing

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default DTPicker Resizing

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DTPicker Bug Steve23 Excel Programming 0 June 26th 07 11:36 AM
DTpicker kj135 Excel Programming 2 June 1st 07 06:26 PM
Resizing cells in a selection without resizing entire sheet Danielle via OfficeKB.com Excel Discussion (Misc queries) 4 August 11th 06 10:06 PM
DTPicker Syed Haider Ali[_37_] Excel Programming 0 July 11th 06 08:38 PM
can you use the dtpicker in an userfrom TerryR Excel Worksheet Functions 1 August 1st 05 03:20 PM


All times are GMT +1. The time now is 06:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"