vba - How to check registered name of Excel ComAddIns? -


I am reading this and I say in the opening paragraph line:

" From VBA code, you can see that my add-in has been registered as "ExcelAddinService". "

How do you check the registered name of comaid?

The writer knows that because he has registered it under that name, You can find the registered names of the add-ins:

  sub printAddinNames () as COM Aidin COMAddIn for each addin Application.COMAddIns debug.Print addin.progID Next End Sub    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -