+ Reply to Thread
Results 1 to 3 of 3

Worksheet_Change Event (If User Mouse Clicks Out of the Active Cell)

  1. #1
    Registered User
    Join Date
    11-14-2012
    Location
    New Berlin, WI
    MS-Off Ver
    Excel 2003
    Posts
    3

    Worksheet_Change Event (If User Mouse Clicks Out of the Active Cell)

    I seem to be having an issue with a Worksheet_Change event. I have it setup to auto-populate a cell (using the offset method) based on a cell change. This works fine unless a user changes the value in a cell and mouse clicks to another row. When that occurs, if the column to which they move the cursor is within my bounds, it changes that row instead of the original.

    Please Login or Register  to view this content.
    What I need is a method by which I can reference the cell that was originally changed and perform my offset based on that value. Any ideas as to how I can store that original cell value would be most appreciated.

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Worksheet_Change Event (If User Mouse Clicks Out of the Active Cell)

    Target is the cell that was changed.

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    11-14-2012
    Location
    New Berlin, WI
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Worksheet_Change Event (If User Mouse Clicks Out of the Active Cell)

    Thank you much, I'm kind of embarrassed that I didn't think of that! Worked like a charm...

+ 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