B
Breck
I have a workbook that has manual calculation turned on. I need to run
a macro that only runs if the workbook needs to be calculated on the
active sheet.
I have found this code Application.CalculationVersion <>
activeworkbook.CalculationVersion that appears to perform this test
but it always returns a false value whether the calculation indicator
show calculate or not.
a macro that only runs if the workbook needs to be calculated on the
active sheet.
I have found this code Application.CalculationVersion <>
activeworkbook.CalculationVersion that appears to perform this test
but it always returns a false value whether the calculation indicator
show calculate or not.