LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #12   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default More about trying to automation multiple Excel instances

I would suggest building your own addin loader. Then you could make it
autorefresh without closing Excel or rebooting, oin a timed basis if
needed.

Look at my Auto-reversioning addin loader for starters, feel free to
re-use the code - the password is dm

http://www.decisionmodels.com/downloads.htm

The Add-In Loader is designed to solve some of the problems of
maintaining and loading Add-Ins on a network:

Dynamic reversioning of add-ins with automatic link
updating.

Control from a central point which add-ins will be
automatically loaded when Excel starts.

Control from a central point which add-ins will be available
for on-demand loading.

Enable updated versions of an add-in to be placed on a
server at the same time as previous versions are in use.

Optionally specify and/or change the network path for each
add-in.

No Registry changes for load and unload.

The Add-In Loader helps the User:

Improve Excel start-up time by bypassing the loading of
add-ins that are only needed intermittently.

Minimize memory use by loading add-ins when needed and
easily unloading them when not needed.

Dynamically load the latest version of an add-in, whilst
unloading any version which is currently loaded.

Dynamically update any links that point to old versions of
loaded add-ins when a workbook is opened or an add-in is loaded.

Charles


So what I want to do is create an auto-update macro. This macro would check
the current version of the installed XLA, and if it is out of date it would
do the following:

 
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
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
Multiple instances of Excel (Multiple workbooks) Shane Setting up and Configuration of Excel 3 November 13th 09 05:07 PM
Using RTD with multiple instances of excel [email protected] Excel Discussion (Misc queries) 0 February 13th 09 10:51 AM
Multiple Instances of EXCEL.EXE MKG Excel Discussion (Misc queries) 3 February 3rd 07 12:08 AM
Multiple instances of Excel and VB Rich[_16_] Excel Programming 2 September 19th 03 07:59 AM


All times are GMT +1. The time now is 11:55 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"