PC Review


Reply
Thread Tools Rate Thread

Deactivaion of recalc on load

 
 
Michael Hoffmann
Guest
Posts: n/a
 
      1st Apr 2008
Hi Excel experts,

is there a way to deactivate the recalculation of all Excel sheet cells when a file is loaded, even if recalculation is set to
"automatic" in the loaded sheet's options?

Thanks!

Michael



 
Reply With Quote
 
 
 
 
Michael
Guest
Posts: n/a
 
      1st Apr 2008
Place this in the ThisWorkbook object in the on Open event:

Application.Calculation = xlCalculationManual
and in the Before Close Event
Application.Calculation = xlCalculationautomatic


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Michael Hoffmann" wrote:

> Hi Excel experts,
>
> is there a way to deactivate the recalculation of all Excel sheet cells when a file is loaded, even if recalculation is set to
> "automatic" in the loaded sheet's options?
>
> Thanks!
>
> Michael
>
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
me.recalc =?Utf-8?B?c3dhcw==?= Microsoft Access Form Coding 0 3rd Nov 2007 06:56 AM
Help with recalc! =?Utf-8?B?bWdrYWFt?= Microsoft Access Forms 1 26th Jan 2007 01:41 PM
ReCalc'ing for almost everything I do Conan Kelly Microsoft Excel Worksheet Functions 7 5th Apr 2006 01:21 AM
RE: ReCalc'ing for almost everything I do =?Utf-8?B?S2V2aW4gVmF1Z2hu?= Microsoft Excel Worksheet Functions 0 4th Apr 2006 08:39 PM
Re: ReCalc'ing for almost everything I do Niek Otten Microsoft Excel Worksheet Functions 0 4th Apr 2006 08:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:27 PM.