View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eve Eve is offline
external usenet poster
 
Posts: 1
Default Running time VBA Excel 2003

Hi,

I developed an application in Excel using VBA. I done some
tests with Excel 2003 and the running time of Visual BASIC
macros is a lot longer than if I use an old version of
Excel. It seems that "Application.Calculate" would be
partly responsible for the problem, since this line of VB
code takes much more time to be carried out with Excel 2003
than with Excel 2000 for example. Would somebody know if
something changed in Excel 2003 VBA concerning calculations
and what could be done to fix this problem?