I have Sub Click() the calls a Show_form that loads a form;
userform1 loads; then I want that sub userform_activate() to return back to sub Click() and run the sub Copy_All. How do I get it to return to the Sub click() and execute where it left off.
Example:
sub Click()
Show_form
Copy_All
Print_Report
unload userform1
end
Thanks in advance
userform1 loads; then I want that sub userform_activate() to return back to sub Click() and run the sub Copy_All. How do I get it to return to the Sub click() and execute where it left off.
Example:
sub Click()
Show_form
Copy_All
Print_Report
unload userform1
end
Thanks in advance