View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick[_2_] Bernie Deitrick[_2_] is offline
external usenet poster
 
Posts: 176
Default Add-ins configuration and startup

Vince,

The Title and Comment properties of the workbook appear in the add-ins
manager. You need to change the IsAddin property of your Add-in to False,
then go into Excel and use File | Properties to change those.

As to the others, not sure what you mean by "Functions".

HTH,
Bernie
MS Excel MVP

"ranafout" wrote in message
...

Hi,

I I'm actually working on existing Add-ins, and I have some problems to
locate configuration parameters of the add-ins itself:

- Where is the configuration parameter for the name and the description
that appear in excel add-ins manager ?

- For one of the add-ins, it is possible to launch a function inside
the add-ins from excel using CTRL+SHIFT+L. This feature is enabled as
soon as the add-ins has been selected in the add-ins manager (no
configuration required in excel !!!). I searched everywhere the
configuration settings for that feature, without any result !!!

- For one other add-ins (registered with the add-ins manager of excel
also), one of the functions inside the add-ins is executed when excel
is launched, even if I never setup anything for it.
I 'm actually looking more information about exact behaviour of add-ins
when excel is launched.

Thanks,

Vince


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/