Can a user form be opened from a macro??

M

mike703

Hi All,

I have a macro that will format project files based on their projec
number. in order to record the prject number. I have created a form fo
the user to enter the project number. My problem is entering a comman
line to open the form once the user selects which type of project fil
is to be formatted (a popup window first displays in the macro).
would like for the user form to popup if the correct button is clicke
on the original popup window. How?
 
B

Bob Phillips

Userform1.Show

or do you mean something else?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Top