Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default XLA in startup path

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default XLA in startup path

Jim,

Thanks for the suggestion.

Here is the another scenario

I have about 2000 end users using this XLA. There is a script that copies
this XLA file in the alternate startup path on each users machine; so that
each user does not have to reference the addin manually.

For this reason I need to have this XLA in alternate startup of the
application.

While I was testing; this XLA did not started untill I moved the whole code
to a fresh XLA file.

Thanks,

Nayan

"Jim Thomlinson" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default XLA in startup path

What is the question???
--
HTH...

Jim Thomlinson


"Nayan" wrote:

Jim,

Thanks for the suggestion.

Here is the another scenario

I have about 2000 end users using this XLA. There is a script that copies
this XLA file in the alternate startup path on each users machine; so that
each user does not have to reference the addin manually.

For this reason I need to have this XLA in alternate startup of the
application.

While I was testing; this XLA did not started untill I moved the whole code
to a fresh XLA file.

Thanks,

Nayan

"Jim Thomlinson" wrote:

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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default XLA in startup path

Why the XLA did not load initially even though it had same code that this
newly created XLA has ( which loaded properly) ?

Thanks for the prompt response,

Nayan



"Jim Thomlinson" wrote:

What is the question???
--
HTH...

Jim Thomlinson


"Nayan" wrote:

Jim,

Thanks for the suggestion.

Here is the another scenario

I have about 2000 end users using this XLA. There is a script that copies
this XLA file in the alternate startup path on each users machine; so that
each user does not have to reference the addin manually.

For this reason I need to have this XLA in alternate startup of the
application.

While I was testing; this XLA did not started untill I moved the whole code
to a fresh XLA file.

Thanks,

Nayan

"Jim Thomlinson" wrote:

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



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
Formula too long - new file path is shorter than old file path - Excel 2003 Greg J Excel Worksheet Functions 1 November 22nd 06 05:16 PM
hyperlink navigation path path wrong in Excel 2003 CE Admin Excel Discussion (Misc queries) 5 January 7th 06 07:47 PM
how to change absolute path to relative path hwijgerse Excel Worksheet Functions 0 November 25th 05 07:18 AM
Startup Path E.J. van Wijngaarden[_2_] Excel Programming 2 November 3rd 04 12:40 PM
Current path to Qualified Path Mary Excel Programming 1 October 14th 04 02:42 PM


All times are GMT +1. The time now is 07:19 AM.

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"