|
-
Apr 16th, 2002, 03:07 PM
#1
Thread Starter
Fanatic Member
where to put dll?
where do i put my activeX dll so I can add it to my Excel controls toolbox?
Thanks
Nick
-
Apr 16th, 2002, 05:10 PM
#2
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.
-
Apr 16th, 2002, 05:15 PM
#3
Thread Starter
Fanatic Member
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
-
Apr 16th, 2002, 06:30 PM
#4
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.
-
Apr 16th, 2002, 06:36 PM
#5
Thread Starter
Fanatic Member
how do i go about registering it then
-
Apr 16th, 2002, 07:45 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|