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!