Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 309
Default MS Date Time Picker 6.0 question

Just wondering, is it safe to assume that the
Microsoft Date/Time Picker 6.0 Control will
always start up with the current date???


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default MS Date Time Picker 6.0 question

I believe so, but the documentation doesn't mention it. To be sure, though,
you can just assign the date to it in the UserForm's Initialize event...

DTPicker1.Value = Date

--
Rick (MVP - Excel)


"Robert Crandal" wrote in message
...
Just wondering, is it safe to assume that the
Microsoft Date/Time Picker 6.0 Control will
always start up with the current date???



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default MS Date Time Picker 6.0 question

I think it will start up with whatever date is set in propertiesvalue

To make sure it is always current date and formatted as you like.

Private Sub UserForm_Initialize()
Calendar1.Value = Format(Date, "dd-mmm-yy")
End Sub


Gord Dibben MS Excel MVP

On Fri, 25 Dec 2009 01:36:38 -0700, "Robert Crandal"
wrote:

Just wondering, is it safe to assume that the
Microsoft Date/Time Picker 6.0 Control will
always start up with the current date???


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
Date Time Picker Webtechie Excel Programming 2 October 2nd 09 11:50 PM
Date & Time Picker Properties Question RyanH Excel Programming 16 January 16th 08 09:23 PM
Microsoft Date and Time Picker Control 6.0 (SP6) question [email protected] Excel Discussion (Misc queries) 0 July 23rd 07 08:00 PM
Date and Time Picker Jeff G Excel Programming 4 January 1st 06 01:30 PM
Set Value for Date/Time Picker Bill Lunney Excel Programming 1 July 21st 03 04:29 PM


All times are GMT +1. The time now is 07:51 PM.

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

About Us

"It's about Microsoft Excel"