+ Reply to Thread
Results 1 to 2 of 2

turn off autocalc

  1. #1
    Registered User
    Join Date
    12-22-2003
    Location
    Texas
    Posts
    90

    turn off autocalc

    I have a module that loops an open several hunderd other excel data files. Although I used the command

    Application.Calculation = xlCalculationManual

    it is still calculating eachtime one of these files is opened. Is there someting I can write in the module that will not allow the calcualting (which seriously slows down the subroutine.

    Thanks
    Barrfly

  2. #2
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    Hi i use this with no problems but you may want to set the MaxChange = 0.0001 or something of that ilk!

    With Application
    .EnableEvents = False
    .ScreenUpdating = False
    .Calculation = xlCalculationManual
    End With

    Simon

+ 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