View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default How to launch an Excel Workbook quickier, by ...

hi,
Striping excel of commandbars and menus will not make excel open any
quickeror at least to any real noticable degree. the menus and commandbars
are stil there, in the backgound. besides all that effects other files as
well.
how fast an application opens is dependent on many things most not
associatied with the application. how much memory do you have, how big is
your hard drive, how much junk do you have running in the background, when
was the last time you defraged, etc.
If there is a significant delay in opening, i would jack up my memory first
then see about killing all the unnecessary junk in the system tray. defrag
often. run disk cleanup often.

regards
FSt1
"SergioF" wrote:

.... avoiding all general functionallities, commandbars, menus, that
are unusefull to my application, that in turn is a simple ready to
access table of data (with very few specific actions already
programmed in macros)?

Thanks all

SergioF