• 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.

Confirmation code help

Veeru106

Member
Hi,


I need help on small thing…I have a confirmation code.


Which just popup to user for asking whether they are sure to submit data or not.


If they click on sure , it will trigger another mail.


But if they click on cancel it gives me error code, so I want something to add , if they click on cancel…nothing should happened.


After” Then Call ICA”, what should we add ??


Sure = MsgBox("Are you sure to Submit numbers?", vbOKCancel)

If Sure = 1 Then Call ICA


End sub
 
Back
Top