Thread
:
Do the Addins belong to a workbook, or are they global to all workbooks loaded?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
Do the Addins belong to a workbook, or are they global to all workbooks loaded?
Faustino,
The AddIns collection is a property of the Application object, so
you can think of them as global to all workbooks loaded. It is a
design flaw that the option is disabled when no documents are
loaded.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"faustino Dina" wrote in message
...
Hi,
Is the Addins list accesible from the Tool menu, local to the
loaded
document, or is it a global property for all the documents to be
loaded in
the PC? I'm asking that 'cause this property is disabled when
there are no
documents loaded in Excel...
Thanks in advance
Faustino
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson