View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
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???