VBA (Visual Basic for Applications) Question:
Download Job Interview Questions and Answers 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
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 Question | Next Question |
Explain about COM add-ins? | Explain VB and Object Oriented Programming? |