Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel 2003 - Inquiring about the benefits of a higher end PC.

My team and I have developed and run many macros throughout our workday, some
of which can take up to a couple of hours. The bulk of the slow processing
seems to be with vlookups and sumproducts on 20K - 30K rows. We're currently
on systems with 3 Ghz processors, 2 GB RAM, and 40 GB hard drives. I checked
the virtual memory and windows has it set to 1,500 MB. I've read that Excel
2003 maxes out at a virtual memory of 1,024 MB, so will upgrading our PCs to
4 GB RAM with 80 GB hard drives increase throughput? Or is the upgrade not
cost effective due to Excel's limitations? If there is a benefit is there a
way to gauge it based on the old/new system specs? Additionally please note
that we typically have very few other applications open, ie. MS Outlook 2003
and/or Oracle - TOAD.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Excel 2003 - Inquiring about the benefits of a higher end PC.

Hi,

I doubt a PC upgrade will make a significant amount of difference but there
are some coding techniques that will give benefit and the 2 big ones are

Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual

your code

Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic

Mike

"PoolMaster" wrote:

My team and I have developed and run many macros throughout our workday, some
of which can take up to a couple of hours. The bulk of the slow processing
seems to be with vlookups and sumproducts on 20K - 30K rows. We're currently
on systems with 3 Ghz processors, 2 GB RAM, and 40 GB hard drives. I checked
the virtual memory and windows has it set to 1,500 MB. I've read that Excel
2003 maxes out at a virtual memory of 1,024 MB, so will upgrading our PCs to
4 GB RAM with 80 GB hard drives increase throughput? Or is the upgrade not
cost effective due to Excel's limitations? If there is a benefit is there a
way to gauge it based on the old/new system specs? Additionally please note
that we typically have very few other applications open, ie. MS Outlook 2003
and/or Oracle - TOAD.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Excel 2003 - Inquiring about the benefits of a higher end PC.

Typically hardware does not get you much further ahead... check out this link
for many helpful suggestions...

http://www.decisionmodels.com/index.htm
--
HTH...

Jim Thomlinson


"PoolMaster" wrote:

My team and I have developed and run many macros throughout our workday, some
of which can take up to a couple of hours. The bulk of the slow processing
seems to be with vlookups and sumproducts on 20K - 30K rows. We're currently
on systems with 3 Ghz processors, 2 GB RAM, and 40 GB hard drives. I checked
the virtual memory and windows has it set to 1,500 MB. I've read that Excel
2003 maxes out at a virtual memory of 1,024 MB, so will upgrading our PCs to
4 GB RAM with 80 GB hard drives increase throughput? Or is the upgrade not
cost effective due to Excel's limitations? If there is a benefit is there a
way to gauge it based on the old/new system specs? Additionally please note
that we typically have very few other applications open, ie. MS Outlook 2003
and/or Oracle - TOAD.


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
benefits statements Grace[_2_] Excel Discussion (Misc queries) 0 May 27th 08 10:16 PM
Why does Excel INT(x) behave like ROUND(x,0) for 10^14 and higher? joeu2004 Excel Discussion (Misc queries) 4 January 18th 08 08:42 PM
I want to know the Advantages or benefits of MS Access and Excel? Mehkar Excel Discussion (Misc queries) 4 July 23rd 06 04:02 PM
Benefits of Using Excel for Accounting ilovetako Excel Discussion (Misc queries) 1 September 28th 05 05:32 PM
Benefits of using excel as a proramming solution Mark Green Excel Discussion (Misc queries) 2 February 2nd 05 08:04 PM


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