G
Guest
Hello all
how could i do something like this without stop the macro run?
i have a form that when i click ok buttom(on userform)....begins to run a
macro...and i want to show a wating form
so what i do is this:
unload userform
waiting_form.show
'here i put all the code 'but only get here when i close the waiting_form
unload waiting_form
msgbox("Finish.")
the problem is when i do waiting_form.show stops the macro and don´t run the
code bellow until i close it
thanks in advance
Miguel
how could i do something like this without stop the macro run?
i have a form that when i click ok buttom(on userform)....begins to run a
macro...and i want to show a wating form
so what i do is this:
unload userform
waiting_form.show
'here i put all the code 'but only get here when i close the waiting_form
unload waiting_form
msgbox("Finish.")
the problem is when i do waiting_form.show stops the macro and don´t run the
code bellow until i close it
thanks in advance
Miguel