Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- Hi Assuming it is mscal.ocx, Then copy it to the windows\system or windows\system32 dir as required. FileCopy "mscal.ocx", "C:\windows\system" FileCopy "mscal.ocx", "C:\windows\system32" then use shell to register it. Shell ("regsvr32.exe mscal.ocx") HTH Ken M .Thanks for the reply Ken but I'm afraid I'm not sure what you mean. First I should clarify that my question was asking for help using vb code to register the control. You are right it is mscal.ocx but I need to install and register it in over 100 PC's. I have figured out how I can place this control in a specific folder in each PC with the use of an auto-sync routine but now I want to be able to add some code to a template so that when any of the users try to open the template the code will register the control. Sorry I am unfamiliar with "shell" Kelly |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ACTIVE X CONTROL? | Excel Discussion (Misc queries) | |||
Difference between a Forms Control verus Active-X Control | Excel Discussion (Misc queries) | |||
how to set active x control | Excel Discussion (Misc queries) | |||
template for document control/ register as used by architects etc | Excel Discussion (Misc queries) | |||
Active X Control | Excel Programming |