+ Reply to Thread
Results 1 to 17 of 17

Program (VBA) to test 50x60 table

Hybrid View

  1. #1
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Program (VBA) to test 50x60 table

    Hi

    You can put that switch in the macro itself, so that it turns the calc to manual, then turns it back on again when it is finished.
    Application.Calculation = xlCalculationManual
    
    Application.Calculation = xlCalculationAutomatic

    rylo

  2. #2
    Registered User
    Join Date
    04-11-2013
    Location
    Auburn Hills, MI
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Program (VBA) to test 50x60 table

    Yep...this is what I did, and it works fine

+ 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