Hi Amthony,
Please let me know if i am understood this wrong.
You are looking for date and time picker control which was developed.
Activating and Inserting Controls
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odecore/htm
l/deconinsertingcontrols.asp?frame=true
Activating and Inserting Controls on a VBA Project
To activate controls on UserForms in your VBA project
In the Visual Basic Editor, with your UserForm open, right-click on or near
a control on the Toolbox.
Click Additional Controls to display a list of all available ActiveX
controls.
Note The list is dynamically created, and many controls that appear will
have been installed by various applications or downloaded from the
Internet. However not all controls are suited to be placed in the host
containers listed earlier. Doing so can result in unexpected behavior.
Select the desired control from the list. Office 2000 Developer controls
are listed as:
Microsoft Date and Time Picker Control, version 6.0
Click OK.
Once the control is activated, an icon for that control is added to the
Toolbox.
Thank You...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.