This is going to sound stupid but how would i open a userform in word when a macro is run?
thanks
Printable View
This is going to sound stupid but how would i open a userform in word when a macro is run?
thanks
Worked it used the UserForm1.show command, now all i have to do is get the rest working.
SOLVED
You can also use vbModal or vbModeless when showing your form depending on your needs.