+ Reply to Thread
Results 1 to 2 of 2

I need a pop up message when a check box is checked

  1. #1
    Kipp
    Guest

    I need a pop up message when a check box is checked

    I have created a yes and no check box in an excel sheet. When anyone checks
    the yes box, I want a pop up to appear saying 'you must also submit the main
    contract'.

  2. #2
    pinmaster
    Guest
    Hi,
    I don't know a lot about VBA but this should work for you.


    If CheckBox1.Value = True Then
    MsgBox "You must also submit the main contract", vbDefaultButton1
    Else: Exit Sub
    End If


    insert this code into the checkbox code or into a macro.

    HTH
    JG

+ 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