Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am looking for a workbook macro that will make sure the workbook is always
opened with automatic calculation option set. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In Workbook code enter:
Private Sub Workbook_Open() Application.Calculation = xlAutomatic End Sub -- Gary's Student "OB" wrote: I am looking for a workbook macro that will make sure the workbook is always opened with automatic calculation option set. Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks!
"Gary''s Student" wrote: In Workbook code enter: Private Sub Workbook_Open() Application.Calculation = xlAutomatic End Sub -- Gary's Student "OB" wrote: I am looking for a workbook macro that will make sure the workbook is always opened with automatic calculation option set. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro for Automatic Subtotals | Excel Discussion (Misc queries) | |||
Manual / Automatic Calculation | Excel Discussion (Misc queries) | |||
Automatic Calculation | Excel Discussion (Misc queries) | |||
Using this Automatic Resizing Macro with Worksheet Change | Excel Discussion (Misc queries) | |||
how to create automatic macro with if statement or similar | Excel Discussion (Misc queries) |