Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default Excel takes forever to shut down

Hi!
One of the computers on my network has Win98 and Excel2000.
The user works with an ultra-large array (40000 X 13). The computer works
surprisingly fast, until shut down time arrives.
After saving his work, the user tries to close the workbook and it takes for
ever! I assume it has something to do with the Ultra-large array being
allocated in the memory, but none of the other computers (which use XP) seem
to have this problem. I have already tried using an END on the BeforeClose
event for the WorkBook, but there was no improvement. Is there any way around
this issue?
Best regards,
Albert C
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Excel takes forever to shut down

Albert,
With XL2K on W2K I had to use an array of nearly the whole worksheet cells
to get a serious delay in tearing down the array ; 40000 x 13 was no real
problem.
Adding End or Erase made no difference.
Maybe to do with the hardware/Win98 regarding RAM and/or paging, rather than
Excel per se.

NickHK

"Albert" wrote in message
...
Hi!
One of the computers on my network has Win98 and Excel2000.
The user works with an ultra-large array (40000 X 13). The computer works
surprisingly fast, until shut down time arrives.
After saving his work, the user tries to close the workbook and it takes

for
ever! I assume it has something to do with the Ultra-large array being
allocated in the memory, but none of the other computers (which use XP)

seem
to have this problem. I have already tried using an END on the

BeforeClose
event for the WorkBook, but there was no improvement. Is there any way

around
this issue?
Best regards,
Albert C



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Excel takes forever to shut down

One thing that excel does when it closes is update the Toolbar.

You may want to close excel

Find your toolbar file (name and location will change with versions of excel and
windows, but it'll have an extension of *.xlb)

Rename it to *.xlbOLD

And reopen excel and test it out.

Then close excel.

If it works, delete *.xlbOLD and rebuild any customized changes.

If it doesn't work, rename the *.xlbold back to *.xlb (no harm done).




Albert wrote:

Hi!
One of the computers on my network has Win98 and Excel2000.
The user works with an ultra-large array (40000 X 13). The computer works
surprisingly fast, until shut down time arrives.
After saving his work, the user tries to close the workbook and it takes for
ever! I assume it has something to do with the Ultra-large array being
allocated in the memory, but none of the other computers (which use XP) seem
to have this problem. I have already tried using an END on the BeforeClose
event for the WorkBook, but there was no improvement. Is there any way around
this issue?
Best regards,
Albert C


--

Dave Peterson
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
Copy-Paste function takes forever DONALD Excel Discussion (Misc queries) 0 July 21st 09 05:03 PM
Find Replace takes forever CaroleO Excel Discussion (Misc queries) 1 March 29th 07 09:04 PM
outlook shut off, Is all info lost forever bobo Excel Discussion (Misc queries) 0 March 13th 07 01:34 AM
Ignoring code to shut a workbook if it is already shut Cammy Excel Discussion (Misc queries) 1 September 12th 06 06:12 PM
Calculating Time in XP takes forever Dan Excel Discussion (Misc queries) 3 December 22nd 04 10:06 PM


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