J
Jochem
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?
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?