View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon P[_2_] Simon P[_2_] is offline
external usenet poster
 
Posts: 1
Default Run Time error '1004' when running Calculation method

I am getting a Run Time error '1004' when running Calulation method lines in my code. I'm running the code for speed reasons along side Application.ScreenUpdating = False which has improved the speed of my app.

The lines which trigger the error are :

Application.Calculation = xlCalculationAutomatic or
Application.Calculation = xlCalculationManual

Any suggestions / help much appreciated.

Simon