Visual Basic > Applications-VBA
How to use the output of this control
How to use the output of this control >MsgBox "Proceed With this Function?", 36, "Custom-System" > Dim answer answer = MsgBox "Proceed With this Function?", 36, "Custom-System" If answer<> IDYES then exit Sub BTW you get the value on the label by: Label1.caption = Cstr(answer) Return
Visual Basic Codes
ActiveX
Miscellaneous
Applications
Code Snippets
Common Dialogs
Special Effects
Database Stuff
Date Time
Files Drives
Forms
Graphics Games
Internet Stuff
Multimedia
Other
Strings
Windows