+ Reply to Thread
Results 1 to 12 of 12

Pop Up Window when text entered into cell

Hybrid View

  1. #1
    Registered User
    Join Date
    03-16-2006
    Posts
    81
    Have had a look at the code, it works if i type in Yes but if i select Yes from the dropdown it doesn't work. Any ideas?

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    In Excel 97, the change event is not triggered by a data validation box ...

    Solution is to add a column (and if need be, hide it..) where formula is
    = changedcell

    HTH
    Cheers
    Carim

  3. #3
    Registered User
    Join Date
    03-16-2006
    Posts
    81
    When you say enter "= ChangedCell", do you mean enter "=F5" for example? Tried that both ways and it didnt work.

    If I can't get it to work then never mind, it has been a good learning experience anyway. If you have any other ideas then please let me know, if not, you help is appreciated anyway.

    Thanks

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Sorry ...

    I mean a link to cell being changed by the validation box ...

    If it does not work, you should re-enable your events ...

    i.e. write a one line macro

    Application.EnableEvents = True
    HTH
    Carim

  5. #5
    Forum Contributor funkymonkUK's Avatar
    Join Date
    01-07-2005
    Location
    London, England
    Posts
    500
    Quote Originally Posted by kingdt
    Have had a look at the code, it works if i type in Yes but if i select Yes from the dropdown it doesn't work. Any ideas?

    thats weird it works for me could be because I am using Excel2000 but I find that if I type it and then press enter to go to the next cell then I get it as well as when I select it from the list..

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi FunkyMonk,

    He is facing a known bug in Excel 97 ... which was fixed in Excel 2000

    Cheers
    Carim

+ 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