Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Fastest load of new Excel instance

My VBA project calls its own instance of Excel for "working on stuff".

Is there any method to "fast load" Excel in this case? My laptop can take
5- 7 seconds to boot a new instance of Excel with a template loaded.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Fastest load of new Excel instance

Nope every instance is it's own stand alone application with no connection to
any other instances.
--
HTH...

Jim Thomlinson


"Vacation's Over" wrote:

My VBA project calls its own instance of Excel for "working on stuff".

Is there any method to "fast load" Excel in this case? My laptop can take
5- 7 seconds to boot a new instance of Excel with a template loaded.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Fastest load of new Excel instance

You can launch excel from the command line with excel /automation and no add
ins will be loaded - this is usually faster than normal. Try that manually,
if it's faster on your PC then you can try this:

Use the wsh object model for access to a command line and then use the
WshScriptExec.ProcessID property to get the PID of the excel instance
created, then use the win32 api to get that process and use it.

But this is prone to error - you have to grab the right instance of excel -
that is an intermediate/advanced thing to try and do.

Good luck.

--
www.alignment-systems.com


"Vacation's Over" wrote:

My VBA project calls its own instance of Excel for "working on stuff".

Is there any method to "fast load" Excel in this case? My laptop can take
5- 7 seconds to boot a new instance of Excel with a template loaded.

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
Load a range of cells into a dataset with an opened workbook instance. [email protected] Excel Programming 0 May 31st 05 04:32 PM
What is fastest way to print labels from Excel data? Janis New Users to Excel 1 April 12th 05 10:37 PM
What is the fastest way to bulk load data into Excel? [email protected] Excel Programming 0 March 29th 05 09:17 PM
Fastest way of getting data into excel jnc[_2_] Excel Programming 4 May 26th 04 02:06 PM
fastest hardware for excel N Lennox Excel Programming 2 April 12th 04 07:30 PM


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