• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Information MsgBox

bradpallister

New Member
Hi


I have the following code:


'Sub RequisitionCompleteMsgBox()

MyVar = MsgBox(Prompt:="Thank you. You have saved your Requisition successfully. You can now close this workbook without saving further.", _

Buttons:=vbInformation, Title:="Requisition Submitted!")

MsgBox MyVar

End Sub


Does anyone know why when the Information comes up and is clicked OK etc, another MsgBox comes up, a number "1" is displayed with a OK button.


I don't want this extra MsgBox at all. Any ideas how to get rid of it??


Thanks v m


bradpallister
 
Back
Top