Results 1 to 9 of 9

Thread: Userform problem [Message box for missing entry in opt and chk button]

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Junior Member
    Join Date
    May 2013
    Posts
    6
    Rep Power
    0
    Thank you very much sir your code works fine

    Heres the code I use before and put 'Test for incomplete entry

    But I will use your code
    Code:
        If optAAA = True Then
            ActiveCell.Offset(0, 6).Value = "AAA"
        ElseIf optBBB = True Then
            ActiveCell.Offset(0, 6).Value = "BBB"
        ElseIf optCCC = True Then
            ActiveCell.Offset(0, 6).Value = "CCC"
        Else
            ActiveCell.Offset(0, 6).Value = ""
        fraProduct.SetFocus
        MsgBox "Pls Choose product"
        Exit Sub   
     End If

    How about in checkbox? Any ideas sir
    Last edited by Excel Fox; 05-21-2013 at 08:32 AM. Reason: Quote Removed

Similar Threads

  1. Solve Block If Without End If Problem
    By jffryjsphbyn in forum Excel Help
    Replies: 3
    Last Post: 06-12-2013, 11:06 AM
  2. Replies: 4
    Last Post: 04-05-2013, 12:08 PM
  3. Message Box Pop-Up "yes or no"
    By Ryan_Bernal in forum Excel Help
    Replies: 1
    Last Post: 02-19-2013, 06:20 PM
  4. Display sheet names in a message box
    By pells in forum Excel Help
    Replies: 4
    Last Post: 02-13-2013, 07:33 PM
  5. Message Box Before Saving Document
    By Lucero in forum Excel Help
    Replies: 2
    Last Post: 04-15-2012, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •