A
Ann
I have a macro that will run a module that writes
password on a table.
I don't want anyone to run it accidently, and overwrites
the password table.
So at the first step of the macro, I use msgbox to
display something like this:
------------------
if you run this macro, it will overwrite password table,
Are you sure you want to run it?
---------------------
But when I choose type is warning for the msgbox, there
is no "yes" or "no" button? So anyway the macro will run
the module and overwrite the password.
Any suggestions?
Thanks
password on a table.
I don't want anyone to run it accidently, and overwrites
the password table.
So at the first step of the macro, I use msgbox to
display something like this:
------------------
if you run this macro, it will overwrite password table,
Are you sure you want to run it?
---------------------
But when I choose type is warning for the msgbox, there
is no "yes" or "no" button? So anyway the macro will run
the module and overwrite the password.
Any suggestions?
Thanks