A
Adam
I'm trying to create a button which, when clicked on, will calculate the
formulas in the workbook. I have set the workbook to calculate manually. I
recorded the macro as follows:
Sub Calculate()
Calculate
End Sub
However, when I run the macro it gives the error message: Run-time error
'28' Out of stack space". Does anyone know what I am doing wrong? Is there
a better way to allow a user to click on a button to recalculate the cells as
opposed to hitting F9?
Thanks,
Adam
formulas in the workbook. I have set the workbook to calculate manually. I
recorded the macro as follows:
Sub Calculate()
Calculate
End Sub
However, when I run the macro it gives the error message: Run-time error
'28' Out of stack space". Does anyone know what I am doing wrong? Is there
a better way to allow a user to click on a button to recalculate the cells as
opposed to hitting F9?
Thanks,
Adam