+ Reply to Thread
Results 1 to 8 of 8

One Sheet Manual Calculation

Hybrid View

  1. #1
    Registered User
    Join Date
    08-05-2009
    Location
    Winnipeg, Canada
    MS-Off Ver
    Excel 2003
    Posts
    61

    Re: One Sheet Manual Calculation

    At the time of posting, I was aware of rule 2:
    Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread.
    I decided it was likely appropriate to post in the thread since I have a suggested solution. Granted, not certain if the idea will work, thus phrased it as a question. But this is what I had in mind:
    Private Sub Worksheet_Activate()
    Application.Calculation = xlCalculationManual
    End Sub
    
    Private Sub Worksheet_Deactivate()
    Application.Calculation = xlAutomatic
    End Sub
    Of course, I will defer to your (or other mods) judgement on whether this comment requires a new thread.
    Last edited by oOarthurOo; 04-19-2010 at 02:14 PM. Reason: typo in code, missing x

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: One Sheet Manual Calculation

    You can always post recommended solutions in a thread, but it's unlikely the OP is stopping back 15 months later (to the day, as it turns out) to check.

    The correct constant is xlCalculationAutomatic, not xlAutomatic.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1