Quote Originally Posted by Kuskush View Post
You may specify whatever range you want to be calculated

Worksheet(1).Range("D3:E10").Calculate
Cells(1,1).Calculate
Worksheets("Sheet1").UsedRange.Columns("A:B").Calculate
Thank you, the base instruction Calculate with no reference applies to the entire file. I'll try these out!