Saturday, March 24, 2012

How to create message Box in VBA

1.Create Command button using form tool bar.

Sub Msg_Box()


MsgBox "Testbox"

End Sub

Output :

No comments:

Post a Comment