+ Reply to Thread
Results 1 to 2 of 2

Thread: VBA calculate

  1. #1
    Registered User
    Join Date
    07-15-2010
    Location
    usa
    MS-Off Ver
    Excel 2003
    Posts
    51

    VBA calculate

    This there a way to this in one shot.

    Sheets("X").Range("140:160").Calculate
    Sheets("X").Range("3:81").Calculate
    without calculating in between rows....

  2. #2
    Forum Moderator Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2007
    Posts
    5,953

    Re: VBA calculate

    Do you mean in one line of code, as opposed to two? Perhaps..
    Sheets("X").Range("140:160", "3:81").Calculate

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