VBA (Visual Basic for Applications) Question:
Download Questions PDF

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

Download VBA Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about COM add-ins?Explain VB and Object Oriented Programming?