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

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -