Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default HOW TO IMPROVE PERFORMANCE FOR VB

I created vs for excel 11.81 on an NT box then loaded it onto a new version
of excel on Vista. The execution performance is an order of magnatude slower
in Vista and the new version of excel 12.06.
The code is simple formating and reading from one sheet and writing to cells
in another sheet in the same workbook.
Both systems are dual core with the same memory. Vist has faster processors.
Any configurations or tricks on using the new excel on vista?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default HOW TO IMPROVE PERFORMANCE FOR VB

Excel 12 is quite a lot slower than previous versions with VB, but maybe the
SP1 update due out next week will improve things.

Standard speedup tricks - you need to
- read and write many cells at once using Variant=Range and Range=variant
- uninstall Google Desktop Office COM addin.
- switch off screenupdating and automatic calculation

To see the performance implications/example download the variantbenchmark
from
http://www.decisionModels.com/downloads.htm

Charles
_________________________________________
FastExcel 2.3
Name Manager 4.0
http://www.DecisionModels.com

"dhomer" wrote in message
...
I created vs for excel 11.81 on an NT box then loaded it onto a new
version
of excel on Vista. The execution performance is an order of magnatude
slower
in Vista and the new version of excel 12.06.
The code is simple formating and reading from one sheet and writing to
cells
in another sheet in the same workbook.
Both systems are dual core with the same memory. Vist has faster
processors.
Any configurations or tricks on using the new excel on vista?



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
Improve the performance of Excel 2007. Heera Excel Worksheet Functions 1 October 23rd 08 03:14 AM
Help Optimizing a Sheet to improve performance Vulcan Excel Worksheet Functions 2 June 14th 08 02:56 AM
Trying to improve the performance of my code Carlo Excel Programming 2 December 22nd 06 09:06 AM
PageBreak problem. How to improve performance? [email protected] Excel Programming 2 September 23rd 05 01:55 AM
Advanced Filters - improve performance ? IrelandA Excel Programming 1 August 26th 03 05:41 PM


All times are GMT +1. The time now is 05:32 PM.

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"