VBA (Visual Basic for Applications) Question:

Explain How to register a component?

Tweet Share WhatsApp

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 PDF Read All 39 VBA Questions
Previous QuestionNext Question
Explain about COM add-ins?Explain VB and Object Oriented Programming?