Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
MS Excel 2003 on XP PRO. I'm looking to generate a popup (msg box or input box) that instead of free form text has a "combobox" or "pulldown" to it. So that the user picks a value from a list, and hits OK. This way they can't input incorrect values. Is this possible? If not I have back up methods but this would be PERFECT for my application. Thanks, -- BlueWolverine MSE - Mech. Eng. Go BLUE! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many options here.
From a simple worksheet Data Validation List to a UserForm with controls. In between can be Combox, ListBox etc. Depends what you want to do with the selection. Gord Dibben MS Excel MVP On Wed, 31 Mar 2010 11:28:03 -0700, BlueWolverine wrote: Hello, MS Excel 2003 on XP PRO. I'm looking to generate a popup (msg box or input box) that instead of free form text has a "combobox" or "pulldown" to it. So that the user picks a value from a list, and hits OK. This way they can't input incorrect values. Is this possible? If not I have back up methods but this would be PERFECT for my application. Thanks, |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You might find this helpful:
http://www.contextures.com/xlUserForm01.html It gives several examples of how to create a UserForm and put controls on it, which is baxically what you are asking about in your post. "BlueWolverine" wrote in message ... Hello, MS Excel 2003 on XP PRO. I'm looking to generate a popup (msg box or input box) that instead of free form text has a "combobox" or "pulldown" to it. So that the user picks a value from a list, and hits OK. This way they can't input incorrect values. Is this possible? If not I have back up methods but this would be PERFECT for my application. Thanks, -- BlueWolverine MSE - Mech. Eng. Go BLUE! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change cell contents when pull down menu choices change | Excel Worksheet Functions | |||
Using an input box for multiple choices has display limits | Excel Programming | |||
Input selection choices | Excel Discussion (Misc queries) | |||
Input box with multiple choices | Excel Programming | |||
validation - anyway to select multiple choices in the pull down? | Excel Worksheet Functions |