Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I have an excel program that tracks job progress for a cabinet shop, and I need to figure out a way to create a user input box with a list of selections that then passes the users selection to a variable. It would be similar to:
Job_Status = InputBox(Prompt:="Please Enter Current Job Status.", Title:="Job Status", Default:="")
Except that instead of an open field that the user can type into, it needs to be a list of 8 potential options and the user can only select one of the options:
I tried this:
ListBox1.List = Array("Option 1", "Option 2", "Option 3", "Option 4", "Option 5", "Option 6", "Option 7", "Option 8")
But it doesn't work.
It would also work fine to have eight radio buttons that they need to select from if that were possible.
Any ideas?

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |