Results 1 to 6 of 6

Thread: where to put dll?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870

    where to put dll?

    where do i put my activeX dll so I can add it to my Excel controls toolbox?

    Thanks
    Nick

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    If you mean in the VBA Editor (for macros and such) then if you right click on the toolbox thing and choose 'additional controls' then you should see all available controls in that list.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    i have downloaded a timer activeX control and compiled it.

    when i click on the 'additional controls' though it doesn't appear in the list. I need to know which directory to put the dll in so it appears in this list.

    Thanks
    Nick

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Are you looking on the same machine as the one you compiled on? If not you'll need to register the control first.

    It doesn't look in a specific directory it searchs through the registry.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    how do i go about registering it then

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Use the Run dialog off of the Windows Start menu and type:
    regsvr32 "the path to the control file"

Posting Permissions

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



Click Here to Expand Forum to Full Width