View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default XLA in startup path

Normally you don't put your xla's in the startup directory. The startup
directory is resevered for XLS files that will be executed on open. To the
best of my knowledge xla's in that directory will be ignored. In any case you
want to reference your addin by Selecting Tools - Addin's - Browse and then
find your addin. From this point forward whenever Excel is opened it will
look wherever you have pointed it for the xla file to load...
--
HTH...

Jim Thomlinson


"Nayan" wrote:

Hi,

A particular Excel addin (.xla file) in startup path did not load during
Excel application startup. Where as the other addin on the same path did load.

I moved all the code from this particular addin to a new .xla file and
copied the new XLA file in the startup path and it did load during the
startup.

I am wondering as; was my original XLA file currupted or something else may
be going on.

I am running Office 2003 on my machine.

Has anyone experienced this before?

Any feedback or suggestions are welcome.

Thanks

Nayan