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# - Roxy file manager in MVC doesn't accept session path -

php - proc_open Too many open files in long running Symfony Console app -

c# - Show a huge number of data in DevExpress GridView -