+ Reply to Thread
Results 1 to 9 of 9

"DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

  1. #1
    Registered User
    Join Date
    11-07-2011
    Location
    LI, NY
    MS-Off Ver
    Excel 2007
    Posts
    12

    "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    Hey all,

    When running my VBA excel program, the DTPicker box that I have on my Userform for users to easily select a date is throwing an "object not found" type error.

    I've had this problem before on individual machines running earlier versions of excel (2013, 2016) but was remedied by registering the activeX file MSCOMCT2.ocx in either the System32 or Syswow64 folders in the C:\windows directory.

    All the pc's that run this file have the OCX file registered and are getting the same error.

    In VBA developer, the userform toolbox shows the icon where the DTPicker should be, but is blanked out of sorts. See below (circled in red):

    Pq4qLmP.png


    Perhaps I'm missing something simple, as I wouldn't be surprised. I created this program awhile back and don't use VBA often at all.

    Any help would be fantastic!

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    I'd avoid use of Date Picker. It's only available for 32 bit install of Office and not for 64 bit.

    While majority of people use 32 bit install, there are few like myself that use 64 bit.

    There are few custom date picker, that's available out there. I'd recommend following myself.
    https://trevoreyre.com/portfolio/excel-datepicker/

    It's stand alone addin and once imported into project, does not require any install on user side.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Registered User
    Join Date
    11-07-2011
    Location
    LI, NY
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    Interesting. Thought I had it running on 64 bit installs. Or at least the operating systems were 64 bit.

    Is there not a Microsoft solution to this? How can something seemingly so simple be such a nuisance? Or perhaps it isn't so simple...

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    Hmm, I've never tested. but try posting from Surendar Kani & Ashidacchi in below link.
    https://social.technet.microsoft.com...eitproprevious

    Personally I dislike DTpicker as it requires end user to install the control.

  5. #5
    Registered User
    Join Date
    11-07-2011
    Location
    LI, NY
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    Quote Originally Posted by CK76 View Post
    Hmm, I've never tested. but try posting from Surendar Kani & Ashidacchi in below link.
    https://social.technet.microsoft.com...eitproprevious

    Personally I dislike DTpicker as it requires end user to install the control.

    yes, that's the procedure that I've used in the past on machines where it didn't work, as described in my original post.


    That other date and time picker you shared is cool, but it's an entire form vs just a combo/list box that the DTPicker is. I guess I can call it somehow with a event trigger on my userform.

  6. #6
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    Hmm, there are other options. See link, Ron lists his own as well as several other calendar tools.
    https://www.rondebruin.nl/win/s8/win003.htm

  7. #7
    Forum Contributor
    Join Date
    01-08-2017
    Location
    Salt Lake City, Ut.
    MS-Off Ver
    2019 and 365
    Posts
    135

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    I realize that this reply by CK76 was from 2015, and I have tried to retrieve the excel-datepicker from the link above. I even created an account on the backblazeb2.com account, but when I tried to retrieve it, I get the message: "code": "account_trouble",
    "message": "Account trouble. Please log into your b2 account at www.backblaze.com.",
    "status": 403 ..... ? Does anyone have access to this download that I could get in some way?

  8. #8
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,304

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    if you are still stuck here are a couple of alternatives - one is set-up to place dates in columns A & B - the other uses a UserForm textbox to receive the date.
    The code pointing the calendar output to its destination is in the btnClass module.
    torachan.
    Attached Files Attached Files

  9. #9
    Forum Contributor
    Join Date
    01-08-2017
    Location
    Salt Lake City, Ut.
    MS-Off Ver
    2019 and 365
    Posts
    135

    Re: "DTPicker" (Date and Time Picker) missing after upgrading to Office 365...

    Thank you torachan.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 11-23-2015, 04:50 AM
  2. [SOLVED] "Element not found" - Date and Time Picker (SP2)
    By MartinShort in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-17-2014, 12:58 PM
  3. [SOLVED] How to fill range with "Microsoft Date And Time Picker Control"
    By herukuncahyono in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2013, 11:47 PM
  4. Date and Time Picker has Red "X"
    By cabinetguy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-11-2011, 02:00 PM
  5. Tabbing to the Date/Time Picker (DTPicker)
    By thornomad in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-09-2010, 10:04 AM
  6. If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ...
    By Maria J-son in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2006, 08:25 AM
  7. [SOLVED] How to control "Date Time Picker ActiveX Control"
    By Jafery in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1