Results 1 to 6 of 6

When cell changes, execute code

Threaded View

  1. #1
    Registered User
    Join Date
    02-10-2012
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    4

    When cell changes, execute code

    Hi,
    Pretty much when cell J26 changes (it is linked to another cell), I want it to execute [Sub MRP_trickledown].
    I did some searching but wasn't completely sure on how to use this

    Private Sub Worksheet_Change(ByVal Target As Range)
    
    If Not Intersect(Target, Range("J26")) Is Nothing Then
     
    [copy/pasted sub MRP_trickledown] 
        
        
    End If

    Also, does it matter where I put the private sub?
    Last edited by kirkland; 02-15-2012 at 09:07 AM.

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