+ Reply to Thread
Results 1 to 3 of 3

Execute only if data in certain cell changes

  1. #1
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Execute only if data in certain cell changes

    How can I limit the execution of VBA code so that it only executes if a certain cell changes. My code resides below the Worksheet_Change and it executes whenever any cell changes, and I'd like a portion of my code to only execute when one specific cell changes.
    Last edited by JimDandy; 11-02-2010 at 11:21 PM.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Execute only if data in certain cell changes

    You need to define which range of cells are to be used to trigger the code.

    example:

    Please Login or Register  to view this content.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Re: Execute only if data in certain cell changes

    Thanks, this is what I needed....

+ 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