+ Reply to Thread
Results 1 to 4 of 4

Manual calculate sheet formulas

  1. #1
    Registered User
    Join Date
    12-31-2008
    Location
    haifa, israel
    MS-Off Ver
    Excel 2007
    Posts
    36

    Manual calculate sheet formulas

    Hello,

    I have a file with several sheets that contain data with formulas (mostly VLOOKUP). sheet 1 contains about 15,000 formulas that make it very difficult to work with the file.
    unlike all other sheets on this fie, I don't need auto calculations of those formulas, i want to manually calculate this sheet value when ever I need to. all other sheet should be calculate automatically as of now.
    I cannot separate this sheet of the file because it will make the work very cumbersome and can be disastrous.

    Thanks

  2. #2
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Manual calculate sheet formulas

    hi, yrndtn, you can run this code with the sheet in question being active.

    1. This one stops automatic calculation for the active sheet

    Please Login or Register  to view this content.
    2. This one resumes automatic calculation for the active sheet

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-31-2008
    Location
    haifa, israel
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Manual calculate sheet formulas

    Thanks,

    While I'm trying this, is there a way to define a shortcut (button, key combination) to run it manually instead of turn automatically calculation on/off?

  4. #4
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Manual calculate sheet formulas

    you can assign shortcut to any macro by selecting code in Macro list and Parameters or it can be done via VB:

    CTRL+SHIFT+m - stop automatic calculation for activesheet
    CTRL+SHIFT+a - resume automatic calculation for activesheet

    check attachment, try those shortcuts and change values in A1-A2
    Attached Files Attached Files

+ 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