G Guest Nov 15, 2006 #1 I am looking for a workbook macro that will make sure the workbook is always opened with automatic calculation option set. Thanks.
I am looking for a workbook macro that will make sure the workbook is always opened with automatic calculation option set. Thanks.
G Guest Nov 15, 2006 #2 In Workbook code enter: Private Sub Workbook_Open() Application.Calculation = xlAutomatic End Sub
G Guest Nov 15, 2006 #3 Thanks! Gary''s Student said: In Workbook code enter: Private Sub Workbook_Open() Application.Calculation = xlAutomatic End Sub Click to expand...
Thanks! Gary''s Student said: In Workbook code enter: Private Sub Workbook_Open() Application.Calculation = xlAutomatic End Sub Click to expand...