Hello,
Word 97...
I need to know how to declare variables set in a form procedure but used after the form is unloaded.
I'm setting my variable values in my cmdOK_Click procedure, but I need to use them after I unload the form, either back in the AutoNew module or in the next user form. Where do I declare those variables, and would I just use Dim statements, or do I have to use Public statements?
Thanks,
Natelle
Word 97...
I need to know how to declare variables set in a form procedure but used after the form is unloaded.
I'm setting my variable values in my cmdOK_Click procedure, but I need to use them after I unload the form, either back in the AutoNew module or in the next user form. Where do I declare those variables, and would I just use Dim statements, or do I have to use Public statements?
Thanks,
Natelle