Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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




  #2   Report Post  
Posted to microsoft.public.excel.programming
DJ DJ is offline
external usenet poster
 
Posts: 1
Default Do the Addins belong to a workbook, or are they global to all workbooks loaded?

So every Excel Application would carry the baggage of all AddIns that
are checked, even if they don't require them?

Thank you.
DJ

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Do the Addins belong to a workbook, or are they global to allworkbooks loaded?

Every Excel Application sounds like you're opening more than one instance of
excel. But if you don't want an addin enable, just toggle it off. When you
need it, toggle it back on.

Personally, I always keep both analysis toolpaks open (worksheet and VBA
addins)--nothing more until I need it.

And I try to open all my workbooks in a single instance of excel.

DJ wrote:

So every Excel Application would carry the baggage of all AddIns that
are checked, even if they don't require them?

Thank you.
DJ

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


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Do the Addins belong to a workbook, or are they global to all workbooks loaded?

DJ

If your macros are in an Add-in, the enable/disable prompt will not come up.

Place your macros and functions in a workbook then save as file type Microsoft
Excel Add-in(*.xla)

You can store it in Office\Library and have it checked to be loaded through
ToolsAdd-in or you can store it in your XLSTART folder to be loaded when
Excel starts up.

I haven't used a Personal.xls for quite a while, but I believe if you load it
from XLSTART folder, you will not get the warning.

Gord Dibben Excel MVP - XL97 SR2 & XL2002


On 6 Aug 2003 10:02:08 -0700, (DJ) wrote:

Is there a location where I can put my personal macros or modules so
they would be available to all workbooks --- I guess that would be an
Add-In, wouldn't it?

Is there a way to identify my personal macros or modules as safe and
to eliminate that enable/disable prompt? Why don't I get any
enable/disable prompts when the analysis toolpaks is checked?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
group workbooks/files to make global changes? MikeR-Oz New Users to Excel 1 September 12th 08 11:21 PM
I am protecting my workbook, but it is broken when it is loaded by Quatro Pro, please help SAM SEBAIHI Excel Discussion (Misc queries) 4 February 5th 07 11:08 PM
How do I perform a global change within/across Excel workbooks? wilytdbear Excel Discussion (Misc queries) 2 July 25th 06 05:02 PM
How to change the order in which excel addins gets loaded? Joseph Excel Discussion (Misc queries) 0 June 24th 05 07:56 AM
Global Setting For All Workbooks - Filename In Footer TOMB Excel Worksheet Functions 3 April 4th 05 06:53 PM


All times are GMT +1. The time now is 11:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"