Hello,
The following Code which give me a message to either click Yes or N
How do i Get it to Close UserForm4 when I click on No
Regards
Runner77
Private Sub cmbexit_Click()
MsgAdd = MsgBox("Would you like to place another order?", vbYesNo
"Thank You for Your Order?")
If MsgAdd = vbYes Then UserForm4.Hide
UserForm1.Show
DoEvents
End Su
--
Runner7
-----------------------------------------------------------------------
Runner77's Profile:
http://www.excelforum.com/member.php...fo&userid=3038
View this thread:
http://www.excelforum.com/showthread.php?threadid=50156