PC Review


Reply
Thread Tools Rate Thread

DTPicker Resizing

 
 
Lonnie
Guest
Posts: n/a
 
      11th Jun 2009
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
 
Reply With Quote
 
 
 
 
Allllen
Guest
Posts: n/a
 
      13th Jun 2009
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

 
Reply With Quote
 
psmart
Guest
Posts: n/a
 
      14th Aug 2009
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Resizing Controls when resizing the form window =?Utf-8?B?T21hcg==?= Microsoft Access VBA Modules 1 13th May 2007 12:28 PM
Resizing controls when resizing the form window =?Utf-8?B?T21hcg==?= Microsoft Access VBA Modules 2 10th May 2007 03:29 PM
Resizing cells in a selection without resizing entire sheet Danielle via OfficeKB.com Microsoft Excel Misc 4 11th Aug 2006 10:06 PM
Dtpicker problem, any ideas why I can't set my dtpicker control to now() Patrick Gibbons Microsoft Access Forms 2 10th Feb 2004 08:34 PM
dtPicker Tony Microsoft Outlook Form Programming 0 12th Dec 2003 07:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:38 PM.