VBA (Visual Basic for Applications) Question:
Explain How to register a component?
Answer:
To register component use
run command prompt type:
c: regsvr32 nameofcomp
For Activex DLL use:
RevSvr32 nameOfDll
For Activex Exe use:
NameOfExe /regServer
run command prompt type:
c: regsvr32 nameofcomp
For Activex DLL use:
RevSvr32 nameOfDll
For Activex Exe use:
NameOfExe /regServer
Previous Question | Next Question |
Explain about COM add-ins? | Explain VB and Object Oriented Programming? |