+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Registered User
    Join Date
    02-05-2006
    Posts
    40

    Question Disable Automatic Re-calculations and Adding a Button to do the Job

    Hi,

    I have a spreadsheet which plots a chart based on some input data and a number of calulations (functions) in a module. There is a lot of data and when you change an input value, the spread sheet takes a minute or so to re-do the the calculations and then re-plot the new chart. Could any one tell me how to do the following:

    1. Stop excel from automatically re-calculating everything after each input change i.e. disable the automatic re-calculations so the user can make multiple input changes without waiting for re-calculations after each new input.

    2. Add a button that allows you to perform the re-calculation once you have made multiple input changes.

    Any help would be greatly appreciated.

    Best Regards,

    Aaron
    Last edited by Aaron1978; 07-19-2007 at 05:44 AM.

  2. #2
    Valued Forum Contributor funkymonkUK's Avatar
    Join Date
    01-07-2005
    Location
    London, England
    Posts
    501
    could try some link this

    Sub Macro1()

    Calculate
    With Application
    .Calculation = xlManual
    End With
    End Sub

    and attached it to a button.


    but you need to click on Tools>OPTIONS>calculations>manual.
    I am currently looking for new employment. If you like my work please get in touch. (Preferably Permanent position with £25k p.a but willing to work on small projects for extra cash)

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.2.0