Excel Locking Machine

G

Guest

I have a 2.8ghz P4 with 1.75GB memory & 15gb free hard drive space, running
Windows 2000 & Office 2000.

I have opened a new Excel document, and an existing Excel file (13mb,
containing 13 columns and 48,606 rows of simple text data).

Can anyone please explain why when I select this data and copy it into
memory before copying it into the new spreadsheet, Excel runs at 100% cpu
usage, takes over 200mb memory and takes half an hour for a 13mb file?

If I try the same thing in another product (in this case, I am using sql
server 2000, which is installed on this machine), it takes milliseconds, with
minimal cpu & memory usage.
 
S

Sasa Stankovic

Well,
Excel is not optimized as SQL Server is! And, if you add lots of data file
will grow rapidly (I tried to fill 60000 rows and 10 columns with random
numbers in range 1000-10000 and it had 80MB!?).
And, second thing is the fact that Excel doesn't uses multithreading !!!!
(OK, Excel 2007 does!)
Try with Excel 2007 and post back!
 
M

Mark Lincoln

It may be that Excel is having to use virtual memory for some reason.
There could be a very large number of disk accesses if this is the
case.

Rather then copying the data to the Clipboard and pasting it into the
new workbook, it might be faster to use the Move or Copy Sheet
function. (Edit|Move or Copy Sheet, or right-click on a sheet tab and
select from the popup dialog.)

Mark Lincoln
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top