View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Userform - Entering Time

You can use the DateTimePicker to do this. Drop the control on to
a userform, press F4 to display the Properties window, click
Custom, and change the Format property to dpTime.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"TEB2" wrote in message
...
Is there a time picker like the date picker to help my users to
enter time
into my userform?