Drop-Down Menus in Data Entry Form?

P

patryan22

I have a drop-down menu containing the months of the year in my
spreadsheet. I want to train people to enter data using the data entry
form (Data --> Form). Is there any way to make this drop-down menu
appear in the data entry form?
 
D

Dave Peterson

You could create a macro that displays the data|form dialog.

But when would you want to run that macro?

When the workbook opens?
When the worksheet is activated?
Only when the user wants to see it?

The line of code could be as simple as:

ActiveSheet.ShowDataForm
 

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

Top