date and time picker

A

amthony

I have re-i nstalled excel, howver I have know lost the
common contril function, and the date and time picker.
How do I reinstall them? Any help would be appreciated.
 
R

Raghu Prakash

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top