Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 " wrote: 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? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can't show a data validation list in the standard data form.
If you can use add-ins, you could try John Walkenbach's Enhanced Data Form. It's a free add-in that allows combo boxes, so it could display a list of items. http://j-walk.com/ss/dataform/index.htm wrote: 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? -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
From several workbooks onto one excel worksheet | Excel Discussion (Misc queries) | |||
Drop downs in Data Form | Excel Discussion (Misc queries) | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
How do you create a selection box for data entry within excel | Excel Discussion (Misc queries) | |||
How do you transfer data from an input form in excel to an excel l | Excel Discussion (Misc queries) |