#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default Calculation

My question is if there is any way to setup excel to calculate one open file
manualy and other open files automaticaly. Please help me if anybody knows
about it.

Thanks,
--
Farhad Hodjat
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 410
Default Calculation

On Sep 29, 12:13*pm, Farhad wrote:
My question is if there is any way to setup excel to calculate one open file
manualy and other open files automaticaly. Please help me if anybody knows
about it.

Thanks,
--
Farhad Hodjat


why not use an Application.Calculation = xlCalculationManual in an
Open event for this workbook?
To do this click Alt + F11. Go to the workbook that you want to add
this to on the xl icon where it says This Workbook double click.
Change the pull downs at the top to be workbooks and Open. then put
in this code.

Private Sub Workbook_Open()
Application.Calculation = xlCalculationManual
End Sub

Now when this workbook is opened it shuts off the calculation. you
can add anouther event to turn it back on.
Thanks,
Jay
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default Calculation

this effects all workbooks thanks for your respond by the way
--
Farhad Hodjat


"jlclyde" wrote:

On Sep 29, 12:13 pm, Farhad wrote:
My question is if there is any way to setup excel to calculate one open file
manualy and other open files automaticaly. Please help me if anybody knows
about it.

Thanks,
--
Farhad Hodjat


why not use an Application.Calculation = xlCalculationManual in an
Open event for this workbook?
To do this click Alt + F11. Go to the workbook that you want to add
this to on the xl icon where it says This Workbook double click.
Change the pull downs at the top to be workbooks and Open. then put
in this code.

Private Sub Workbook_Open()
Application.Calculation = xlCalculationManual
End Sub

Now when this workbook is opened it shuts off the calculation. you
can add anouther event to turn it back on.
Thanks,
Jay

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
Help with a calculation (no VBA) VSAT Ryan Excel Discussion (Misc queries) 2 November 20th 06 09:50 PM
sum calculation Laura Excel Worksheet Functions 3 December 20th 05 08:46 PM
Help with calculation scripttron75 Excel Discussion (Misc queries) 1 December 20th 05 05:50 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 10:25 AM.

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"