G
Guest
I have a form that i customized to look just like a msgbox. It has a label
and yes/no command buttons. When I write code that calls this form to open,
how can I:
1) pause the code that called the customized msgbox so that it waits for a
response from the user.
and
2) Return a yes value (if the user clicked the "yes" command button) or a no
value (if the user clicked the "no" command button) to the paused code so I
can use that value in a conditional statement.
Dan
and yes/no command buttons. When I write code that calls this form to open,
how can I:
1) pause the code that called the customized msgbox so that it waits for a
response from the user.
and
2) Return a yes value (if the user clicked the "yes" command button) or a no
value (if the user clicked the "no" command button) to the paused code so I
can use that value in a conditional statement.
Dan