msgbox to NOT display OK Button and to run while saving?
Corey,
Do the Save from within the userform code, when it is activated say, not in
the main code.
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"Corey" wrote in message
...
UserForm2.Show
ActiveWorkbook.Save
UserForm2.Hide
Thanks for the reply.
I placed a userform in the code to state the file is saving.
No buttons on it.
But how do i get it to save while it is displayed, it currently only saves
if i click the X.
Corey....
|