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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -