Can a macro general a message box with several inputs and outputs?

A

Andy Chan

Dear all,

I want to set a button in my workbook which generates a message box with
several inputs and outputs. Let's say there are several text box in the
message box. Can it be done with VBA?

Thanks in advance.

Best Regards,
Andy
 
B

Bob Phillips

Not with a message box, that would be a custom userform with the controls
that you describe.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top