Excel VBA User List

Closed
joseph - Apr 13, 2010 at 09:15 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 13, 2010 at 11:04 AM
Hi.

I would like to create an excel spreadsheet that opens up to a dialog box where the user has to enter in 4 different values.

For example, the user needs to enter the following:

- Class Major (choose from a list of 5 values)
- Class Code (choose from a list of 2 values)
- Class Length (choose from a list of 10 values)
- Class Group (can enter a value between 20 and 35)

I already have the list created for the items above.

Once the data is entered, I would like the user directed to another worksheet where all my calculation will display based on the user's entries.

I would like this created in VBA.

Please assist.

Thank you
Joseph

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Apr 13, 2010 at 11:04 AM
Are you saying when the workbook opens users have to to select 4 values. The values will have to be selected rather than being typed ?
0