+ Reply to Thread
Results 1 to 5 of 5

DTPicker Not available causing error

  1. #1
    Registered User
    Join Date
    08-22-2011
    Location
    Laval quebec
    MS-Off Ver
    MS 365
    Posts
    99

    DTPicker Not available causing error

    Hi guys,

    I have a worksheet with a userform that uses the DTpicker in it and it works fine on my machine but on others it doesn't seam to be able to find the DTpicker object as it's causing an error on load "IMPOSSIBLE TO LOAD OBJECTS AS THEY ARE NOT AVAILABLE ON THIS MACHINE"... By reading online, if i understood correctly, the DTPicker is installed with Microsoft Access and it could be the reason as on the machine that it's not working, there isn't microsoft access installed in it.... Can you guys help me find an alternative where i wouldn't be obliged to use TextBoxes?

    Thanks a buch!

  2. #2
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: DTPicker Not available causing error

    DTpicker feature is not available on 2007 and higher by default, and thus, every user, who will use you spreadsheet must register MSCOMCT2.OCX in his system from elevated command prompt like below
    1. Regsvr32 c:\windows\system32\MSCOMCT2.OCX for x32 Excel
    2. Regsvr32 c:\windows\SYSWOW64\MSCOMCT2.OCX if they run x64 version of Excel.

    Of course they must first download MSCOMCT2.OCX file and copy it to appropriate directory depending on version of Excel they use
    Last edited by contaminated; 09-14-2013 at 10:37 AM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  3. #3
    Registered User
    Join Date
    08-22-2011
    Location
    Laval quebec
    MS-Off Ver
    MS 365
    Posts
    99

    Re: DTPicker Not available causing error

    Thank you for your fast reply..

    When regestering the ocx file I'm getting an error 0x8002801c..

    What does that mean and what can I do ? (Please note that on these machines, I don't have administrator access)

  4. #4
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: DTPicker Not available causing error

    Hi djsouljah

    Please see this link for several alternatives to Date Picker

    http://www.excelforum.com/excel-prog...placement.html
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  5. #5
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: DTPicker Not available causing error

    The error value 0x8002801c means, Error accessing the OLE (Object Linking and Embedding) registry. You need to copy the MSCOMCT2.OCX file to c:\windows\sysWOW64 not c:\windows\system32.

    Run the command with elevated privileges, to do this, follow the steps below:
    1. Click on start and in the start search bar type CMD, right click on the command prompt icon in the programs area and then click on run as administrator.
    2. At the command prompt type regsvr32 wmnetmgr.dll and then press enter.


    Note: Make sure you are running the computer as administrator. Make sure you have logged in as administrator of the computer
    Last edited by contaminated; 09-14-2013 at 11:11 AM.

+ 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. Checkbox causing error
    By ezzzcel in forum Excel General
    Replies: 8
    Last Post: 03-02-2015, 12:33 AM
  2. quotes causing error
    By dftf in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-02-2009, 03:27 PM
  3. INDEX, IF with AND causing #NUM! error
    By cedarhill in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-10-2009, 01:33 PM
  4. VLOOKUP Formula causing an error
    By japc90 in forum Excel General
    Replies: 2
    Last Post: 07-25-2006, 06:40 PM
  5. DTPicker on Sheet Error
    By gti_jobert in forum Excel General
    Replies: 3
    Last Post: 04-19-2006, 11:09 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