View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jochem Jochem is offline
external usenet poster
 
Posts: 2
Default Calculate Range run-time error 1004

I get a run-time error 1004 when executing the VBA statement:

ActiveSheet.Rows(1).Calculate

Calculation setting is on xlManual. This is needed because the sheet
contains many formulas and full calculation takes to much time.

What can I do to solve this error?