B
Brian Cheresnowsky
I am having trouble writing code for a message box. This
is the scenario:
I have a macro that updates data from several sources
overnight. In the event that the process doesn't run, I
want to add a button on a form to run the process. I
want a message box to pop that will read: "Please verify
that process did not run before continuing. Press OK if
you want to rerun the process, or click Cancel to
abort." If the user clicks ok, then the macro would
run. I think I am having trouble understanding the
vbCancel string.
Can anyone help?
Thanks!
Brian
is the scenario:
I have a macro that updates data from several sources
overnight. In the event that the process doesn't run, I
want to add a button on a form to run the process. I
want a message box to pop that will read: "Please verify
that process did not run before continuing. Press OK if
you want to rerun the process, or click Cancel to
abort." If the user clicks ok, then the macro would
run. I think I am having trouble understanding the
vbCancel string.
Can anyone help?
Thanks!
Brian