+ Reply to Thread
Results 1 to 2 of 2

change event delayed fire for data validation list

  1. #1
    Registered User
    Join Date
    09-11-2012
    Location
    Rockville, MD
    MS-Off Ver
    Excel 2003
    Posts
    47

    change event delayed fire for data validation list

    I want to run multiple change events in one worksheet; the change to run is range dependent. I have the following code, which sort of works. I don't get any errors and the changes I want eventually happen, but only after I click back and forth between cells. The codes work beautifully separately, but not so well in the combined change event.

    I have multiple columns. Every other column has a drop down list with 2 options, "Data" and "No Data". If the value in column C is "no data", then the adjacent cell in columns D, F, H should equal ".N". If the value of any cell in column E is "No Data", then the value of F should be ".N', likewise for column G triggers H. There will be more change events, all in the same worksheet, with similar logic.

    Thoughts?

    Please Login or Register  to view this content.
    Last edited by ShoshanaM; 10-10-2012 at 04:06 PM. Reason: give better title to post

  2. #2
    Registered User
    Join Date
    09-11-2012
    Location
    Rockville, MD
    MS-Off Ver
    Excel 2003
    Posts
    47

    Re: change event delayed fire for data validation list

    I am an idiot. The whole time the problem was I put the code into a worksheet_selection change macro instead of worksheet_change macro. Editing only the top piece of code to the following fixed my issue.

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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