View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default 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