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

  • Thread starter Thread starter Andy Chan
  • Start date Start date
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
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top