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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -