I'm using Ms office 2010 and I don't have Microsoft Date and Time Picker. without the date and time picker can I use the Date and Time dialog box using vba?
Please me...
thanks in advance.
I'm using Ms office 2010 and I don't have Microsoft Date and Time Picker. without the date and time picker can I use the Date and Time dialog box using vba?
Please me...
thanks in advance.
You need to get a copy of the actual DateTimePicker ActiveX Control.
Microsoft Date and Time Picker V 6.0
MSCOMCT2.OCX
Once you have it, follow these instructions. It doesn't come installed with 64-bit Office.
Step 1:
Copy MSCOMCT2.OCX into: C:\Windows\SysWOW64
Step 2: Run Command Prompt - Run As Administrator
Step 3:
in cmd (with the space, not the quotes)
"regsvr32 C:\Windows\SysWOW64\MSCOMCT2.OCX"