Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default workbook open query

Hi all,
I have an Excel file that is 42.6 MB,it contains 50 worksheets, all of which
are linked in someway to other worksheet/s ( within the same workbook ).When
the workbook is opened the worksheet menu bar is removed and replaced by a
new toolbar ( this is not an attached one ) it is activated via button click
on the userform which is displayed when the workbook opens.
My query is, how long should it take to open the file ? At the moment it
takes approximately 1 minute, from clicking open file to the userform show.
Is this time ok or should it be quicker ?

Athlon xp 1800 - 1.53 Ghz

many thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default workbook open query

Hard to give a definitive answer because many factors affect load time. How
long does it take to recalculate the workbook? That is part of the time,
part is running your code (but this is probably minimal) - most is probably
accessing the file from disk. Is the file local or networked? What is the
speed of the disk? Has it been defragmented lately? How many other apps are
on your system (BTW: my home computer takes forever to load VBA with Excel
due to lots of other apps installed and a pretty fragmented disk)

Given the size of the file, and if the book recalcs in a reasonable time,
probably it is just the time to spend loading the file.
--
- K Dales


"labrev" wrote:

Hi all,
I have an Excel file that is 42.6 MB,it contains 50 worksheets, all of which
are linked in someway to other worksheet/s ( within the same workbook ).When
the workbook is opened the worksheet menu bar is removed and replaced by a
new toolbar ( this is not an attached one ) it is activated via button click
on the userform which is displayed when the workbook opens.
My query is, how long should it take to open the file ? At the moment it
takes approximately 1 minute, from clicking open file to the userform show.
Is this time ok or should it be quicker ?

Athlon xp 1800 - 1.53 Ghz

many thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default workbook open query

Did a defrag. got it down to 30 secs.
thanks

"K Dales" wrote:

Hard to give a definitive answer because many factors affect load time. How
long does it take to recalculate the workbook? That is part of the time,
part is running your code (but this is probably minimal) - most is probably
accessing the file from disk. Is the file local or networked? What is the
speed of the disk? Has it been defragmented lately? How many other apps are
on your system (BTW: my home computer takes forever to load VBA with Excel
due to lots of other apps installed and a pretty fragmented disk)

Given the size of the file, and if the book recalcs in a reasonable time,
probably it is just the time to spend loading the file.
--
- K Dales


"labrev" wrote:

Hi all,
I have an Excel file that is 42.6 MB,it contains 50 worksheets, all of which
are linked in someway to other worksheet/s ( within the same workbook ).When
the workbook is opened the worksheet menu bar is removed and replaced by a
new toolbar ( this is not an attached one ) it is activated via button click
on the userform which is displayed when the workbook opens.
My query is, how long should it take to open the file ? At the moment it
takes approximately 1 minute, from clicking open file to the userform show.
Is this time ok or should it be quicker ?

Athlon xp 1800 - 1.53 Ghz

many thanks

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
External data query leaves datasource workbook open WhytheQ Excel Discussion (Misc queries) 0 May 4th 06 03:54 PM
Running a query from an open workbook Dave M.[_2_] Excel Programming 1 September 20th 05 02:17 AM
Workbook Open macro/& Pivot Table Calculated field query Jeff Standen Excel Programming 0 May 4th 04 04:48 PM
Workbook Open macro/& Pivot Table Calculated field query Bob Phillips[_6_] Excel Programming 0 May 4th 04 04:00 PM
Workbook Open macro/& Pivot Table Calculated field query Frank Kabel Excel Programming 0 May 4th 04 03:55 PM


All times are GMT +1. The time now is 04:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"