dialog box

A

alm09

Does Excel allow you to create your own dialog boxes? If so, how is it done?

I am looking to create a file that asks the user a series of questions for
data input.
 
K

Kevin B

You can use MS Forms in any office application. For simpler procedures you
can use the INPUTBOX function or the MSGBOX function to capture or return
values based upon user input.

All of these items are available in the VB editor. (Alt+F11)
 
Top