Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Box Return Values

MsgBox returns a value that indicates which button was pressed. This allows you to take different actions depending on whether the user pressed the Yes, No or Cancel buttons, for example. To get the return value of the Message Box, use an expression like [Pg.272]

RtnValu = MsgBox prompt text, buttons, title text, helpfile, context) [Pg.272]

The InputBox allows you to pause a macro and request input from the user. There are both an InputBox Function and an InputBox method. [Pg.272]

ReturnValu = lnputBox( Enter validation code number , [Pg.272]




SEARCH



RETURN

Returnability

© 2024 chempedia.info