Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to place a combobox on a spreadsheet and then enter values
into it manually for the user to choose (specifically the months in a year). I'm been through the forums and found instructions to go to format control and properties and add it there. However, the only option available to me in properties is object positioning. There is nothing there about adding values. The only other way I can think it would be possible is to add it to code which runs when the workbook opens (an example would be helpful) but if there is a simplier way, I'd much rather use it. Thanks Reg |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to right click and go to properties instead of Format control.
In the properties of the combobox. you will find Listfillrange field. add the values in particular cells of hte sheet. and then point the listfillrange field to those cells. (E.g.if you type in your months Jan , feb, march,etc in Cell A10 to A15, thent ype the listfillrange A10:A15 hope this helps "Regnab" wrote: I'm trying to place a combobox on a spreadsheet and then enter values into it manually for the user to choose (specifically the months in a year). I'm been through the forums and found instructions to go to format control and properties and add it there. However, the only option available to me in properties is object positioning. There is nothing there about adding values. The only other way I can think it would be possible is to add it to code which runs when the workbook opens (an example would be helpful) but if there is a simplier way, I'd much rather use it. Thanks Reg |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Flow,
Works a treat - thank you. Was wondering through, is there anyway I can enter the values straight into the properties like one can use Row Source in access?? Cheers Reg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spreadsheet Security | Excel Discussion (Misc queries) | |||
entering new data in a saved spreadsheet without losing formulas? | New Users to Excel | |||
How do I protect the cell from users entering values in Excel? | Excel Worksheet Functions | |||
Need step by step for entering data into combobox | Excel Discussion (Misc queries) | |||
Second serie doesn't use X-as values | Charts and Charting in Excel |