RE: Finding and downloading DTPicker...
I've used DTPicker for years to fill Textbox1 and Textbox2 quickly with the following code:
Every time I get a new laptop and copy my Excel app from the old computer where DTPicker is and works great, it does not copy over I cannot find it. This is a very useful control to quickly populate two textboxes to generate reports on spreadsheet data in a given date range.
The previous website referenced by the Microsoft support page gives an "Access Denied" screen. Is DTPicker no longer available anywhere, and if not, is there another similar drop down month date picker I can download and pull up from the toolbox? Ideally, I would like to find and download DTPicker to this brand new laptop I just bought - IF it can be found on some website.
Can somebody please help me with this?
Thanks for anyone's help.
car
car1946@gmail.com
I've used DTPicker for years to fill Textbox1 and Textbox2 quickly with the following code:
Code:
Dim d1 As Date, d2 As Date, t As Currency, ws As Worksheet
d1 = NewReport.DTPicker1.Value
d2 = NewReport.DTPicker2.Value
Every time I get a new laptop and copy my Excel app from the old computer where DTPicker is and works great, it does not copy over I cannot find it. This is a very useful control to quickly populate two textboxes to generate reports on spreadsheet data in a given date range.
The previous website referenced by the Microsoft support page gives an "Access Denied" screen. Is DTPicker no longer available anywhere, and if not, is there another similar drop down month date picker I can download and pull up from the toolbox? Ideally, I would like to find and download DTPicker to this brand new laptop I just bought - IF it can be found on some website.
Code:
Microsoft's website: "The DateTimePicker control is part of a group of ActiveX controls
that are found in the MSCOMCT2.OCX file. To use the DateTimePicker control in your application,
you must add the MSCOMCT2.OCX file to the project.
When distributing your application, install the MSCOMCT2.OCX file in the user's
Microsoft Windows System or System32 directory. For more information on how
to add an ActiveX control to a project, see the Programmer's Guide."
Can somebody please help me with this?
Thanks for anyone's help.
car
car1946@gmail.com