Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
OB OB is offline
external usenet poster
 
Posts: 5
Default MACRO TO SET THE AUTOMATIC CALCULATION

I am looking for a workbook macro that will make sure the workbook is always
opened with automatic calculation option set.
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default MACRO TO SET THE AUTOMATIC CALCULATION

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   Report Post  
Posted to microsoft.public.excel.misc
OB OB is offline
external usenet poster
 
Posts: 5
Default MACRO TO SET THE AUTOMATIC CALCULATION

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro for Automatic Subtotals NYbills Excel Discussion (Misc queries) 4 July 28th 06 06:15 PM
Manual / Automatic Calculation Adam1 Chicago Excel Discussion (Misc queries) 1 February 6th 06 10:12 PM
Automatic Calculation JennyZurb Excel Discussion (Misc queries) 2 December 22nd 05 01:00 PM
Using this Automatic Resizing Macro with Worksheet Change [email protected] Excel Discussion (Misc queries) 0 December 19th 05 03:57 PM
how to create automatic macro with if statement or similar betatryck_se Excel Discussion (Misc queries) 2 December 14th 05 11:32 AM


All times are GMT +1. The time now is 10:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"