Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Installed add-in not loading when Excel 2000 started

Hi all. I have written an add-in that imports and formats specific data from
another Excel spreadsheet and does some other stuff like adding totals etc.
All the code in the add-in works well - it creates a custom menu to call the
functions in the add-in and so on, but it does not automatically load when
Excel is started, despite it being checked in the Tools, Add-Ins dialog. The
only way to get it to load currently is to go to Tools, Add-Ins, uncheck it
and then re-open tools, add-ins and check it again. Then it loads and the
custom menu item is available (oh, yeah - the menu item is created in the
add-in's auto_open() procedure).

The .xla file is installed in the user's Add-Ins directory under
C:\Documents and Settings\<username\Common Files\Microsoft\AddIns. Is there
any reason why this add-in is not being auto-loaded when Excel is started? I
figure I can fix it by creating a shortcut to it in the user's XLStart
directory, but should this be necessary? I don't have admin access to the
machine (nor does the regular user) so I can't do anything that needs admin
access, except refer it to the help desk - I just need to know what to tell
them if there is in fact something wrong.

Thanks in advance,

Rodney.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Installed add-in not loading when Excel 2000 started

In the latest versions of Excel, I believe there is a security setting
pertinent to addins. You might have a look at this if they are using xl2002
or xl2003.

--
Regards,
Tom Ogilvy

"Rodney Baker" wrote in message
...
Hi all. I have written an add-in that imports and formats specific data

from
another Excel spreadsheet and does some other stuff like adding totals

etc.
All the code in the add-in works well - it creates a custom menu to call

the
functions in the add-in and so on, but it does not automatically load when
Excel is started, despite it being checked in the Tools, Add-Ins dialog.

The
only way to get it to load currently is to go to Tools, Add-Ins, uncheck

it
and then re-open tools, add-ins and check it again. Then it loads and the
custom menu item is available (oh, yeah - the menu item is created in the
add-in's auto_open() procedure).

The .xla file is installed in the user's Add-Ins directory under
C:\Documents and Settings\<username\Common Files\Microsoft\AddIns. Is

there
any reason why this add-in is not being auto-loaded when Excel is started?

I
figure I can fix it by creating a shortcut to it in the user's XLStart
directory, but should this be necessary? I don't have admin access to the
machine (nor does the regular user) so I can't do anything that needs

admin
access, except refer it to the help desk - I just need to know what to

tell
them if there is in fact something wrong.

Thanks in advance,

Rodney.




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Installed add-in not loading when Excel 2000 started

ToolsMacroSecurity

On the Trusted sources tab Check trust all add-ins.....

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Tom Ogilvy" wrote in message ...
In the latest versions of Excel, I believe there is a security setting
pertinent to addins. You might have a look at this if they are using xl2002
or xl2003.

--
Regards,
Tom Ogilvy

"Rodney Baker" wrote in message
...
Hi all. I have written an add-in that imports and formats specific data

from
another Excel spreadsheet and does some other stuff like adding totals

etc.
All the code in the add-in works well - it creates a custom menu to call

the
functions in the add-in and so on, but it does not automatically load when
Excel is started, despite it being checked in the Tools, Add-Ins dialog.

The
only way to get it to load currently is to go to Tools, Add-Ins, uncheck

it
and then re-open tools, add-ins and check it again. Then it loads and the
custom menu item is available (oh, yeah - the menu item is created in the
add-in's auto_open() procedure).

The .xla file is installed in the user's Add-Ins directory under
C:\Documents and Settings\<username\Common Files\Microsoft\AddIns. Is

there
any reason why this add-in is not being auto-loaded when Excel is started?

I
figure I can fix it by creating a shortcut to it in the user's XLStart
directory, but should this be necessary? I don't have admin access to the
machine (nor does the regular user) so I can't do anything that needs

admin
access, except refer it to the help desk - I just need to know what to

tell
them if there is in fact something wrong.

Thanks in advance,

Rodney.






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Installed add-in not loading when Excel 2000 started

Thanks Tom. They're running XL2000 - I checked the Options dialog but the
available tabs are limited by the fact that admin access is not available,
the security level has been preset and the security tab is one that is
missing. I have admin access to my machine at work (I have both XL2000 and
2002) so I'll double check but I'm pretty sure that it is there on 2000 if
you are allowed access to it.

Failing that, I'll just create the shortcut in XLStart...

Cheers,
Rodney.


"Tom Ogilvy" wrote in message
...
In the latest versions of Excel, I believe there is a security setting
pertinent to addins. You might have a look at this if they are using

xl2002
or xl2003.

--
Regards,
Tom Ogilvy

"Rodney Baker" wrote in message
...
Hi all. I have written an add-in that imports and formats specific data

from
another Excel spreadsheet and does some other stuff like adding totals

etc.
All the code in the add-in works well - it creates a custom menu to call

the
functions in the add-in and so on, but it does not automatically load

when
Excel is started, despite it being checked in the Tools, Add-Ins dialog.

The
only way to get it to load currently is to go to Tools, Add-Ins, uncheck

it
and then re-open tools, add-ins and check it again. Then it loads and

the
custom menu item is available (oh, yeah - the menu item is created in

the
add-in's auto_open() procedure).

The .xla file is installed in the user's Add-Ins directory under
C:\Documents and Settings\<username\Common Files\Microsoft\AddIns. Is

there
any reason why this add-in is not being auto-loaded when Excel is

started?
I
figure I can fix it by creating a shortcut to it in the user's XLStart
directory, but should this be necessary? I don't have admin access to

the
machine (nor does the regular user) so I can't do anything that needs

admin
access, except refer it to the help desk - I just need to know what to

tell
them if there is in fact something wrong.

Thanks in advance,

Rodney.






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
Change default to Excel 2000 when 2007 installed Rob Excel Discussion (Misc queries) 2 February 19th 10 09:12 AM
Loading spreadsheet into Excel 2000, Excel is blank with no worksh Duane Excel Discussion (Misc queries) 0 May 12th 06 12:56 PM
What is correct URL for down loading stock quotes in Excel 2000? niner Excel Discussion (Misc queries) 1 December 20th 05 08:54 PM
MS Query cannot be started because it isn't installed RogerZ Excel Discussion (Misc queries) 0 August 1st 05 02:06 PM
other systems detecting excel 4.0 if excel 2000 is installed Tristan_Flynn Setting up and Configuration of Excel 0 January 18th 05 06:55 PM


All times are GMT +1. The time now is 03:00 PM.

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

About Us

"It's about Microsoft Excel"