How do you create a new inputbox from the menu bar in excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you create an inputbox without writing VBA code. We are searching for
a dialog box.
 
Not just 100% sure just what you want this input box for. Is it supposed to
place a value into a cell or just what. Input boxes are a VB thing but excel
does have some different forms you can launch without code.

Try Data -> Form for inputting tabular data that copies formuals down with
the entries.

Otherwise Data -> validation can allow you to add context to a cell which
tells the user what type of data to eneter and then validate that data.

HTH
 

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