D
Dan
Hi,
I am trying to get a list of the selected add-in in an application, I have
tried:
For Each w in aAplication.Workbooks
debug.print w.Name
next w
It does return all the addins in the list - also the non selected (non
ticked).
An I am interested in only the ticked one
Any idea?
I am trying to get a list of the selected add-in in an application, I have
tried:
For Each w in aAplication.Workbooks
debug.print w.Name
next w
It does return all the addins in the list - also the non selected (non
ticked).
An I am interested in only the ticked one
Any idea?