Message Box

  • Thread starter Thread starter Db1712
  • Start date Start date
D

Db1712

Is there a way to have a message box or drop down box open when acessin
a work sheet within a excel spread sheet that prompts for informatio
thats linked to another sheet and cell. For instance the box woul
prompt the user to input Sales and Estimate Sales both imputs would g
to a different sheet and different cells. Thanks for any assistance i
advanc
 
right click the sheet tab>view code>left window second option>right
window>activate.
 
You can use Data Validation to create dropdown lists. There are
instructions in Excel's Help, and here:

http://www.contextures.com/xlDataVal01.html

For example, you could have data validation list on Sheet1, in cells C2
and D2. In the cells above, you could type headings, so users know what
to enter in the cells.
 

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