+ Reply to Thread
Results 1 to 5 of 5

Application.EnableEvents = False not working

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    In your Worksheet_Change() event, add the following If statement:

    Sub Worksheet_Change()
    if cboIssues.ListIndex = 1 then
    ' your existing code here
    end if
    end Sub

    This will trigger the event only when the index is 1. Or put <>1 if you need the oposit thing to happen.

    - Mangesh
    Last edited by mangesh_yadav; 05-10-2005 at 12:01 AM.

+ 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