Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Is there an equivalent of the "input range" and "cell link" in the format list box to the control tool bar list box? Or do I need to know VBA to referrence the cell link? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In design mode,
Right-click on it (ie the List Box) Properties Enter as required for: ListFillRange, LinkedCell (these are the equivalents) -- Max Singapore http://savefile.com/projects/236895 Downloads:20,500 Files:365 Subscribers:65 xdemechanik --- "kumik5000" wrote: Is there an equivalent of the "input range" and "cell link" in the format list box to the control tool bar list box? Or do I need to know VBA to referrence the cell link? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yep.
Show the control toolbox toolbar Click on the design mode icon on that control toolbox toolbar. Select your listbox click on the properties icon on that control toolbox toolbar. Look for LinkedCell and ListFillRange in that properties window. Remember to leave design mode when you're finished. kumik5000 wrote: Is there an equivalent of the "input range" and "cell link" in the format list box to the control tool bar list box? Or do I need to know VBA to referrence the cell link? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Thanks for the prompt response. I tried that and now I get an error message saying "Could not set the Value property. Invalid property value." Is there something I need to put in the Value section? Currently it's left blank. Thank you |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Make sure that the linkedcell is empty or one of the values in the
listfillrange. kumik5000 wrote: Hi Thanks for the prompt response. I tried that and now I get an error message saying "Could not set the Value property. Invalid property value." Is there something I need to put in the Value section? Currently it's left blank. Thank you -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks!
It looks all right now but is there something I have to do to "active" it? When I click on the box it still seems to be in edit format and I can't click and display the different options in the cell range. |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Make sure you left Design mode (another icon on that control toolbox toolbar)
kumik5000 wrote: Thanks! It looks all right now but is there something I have to do to "active" it? When I click on the box it still seems to be in edit format and I can't click and display the different options in the cell range. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tallying more than one list of data into one main control list | Excel Discussion (Misc queries) | |||
Check Box Tool or Control Tip | Excel Discussion (Misc queries) | |||
Move from cell A1 to R362 by selecting control tool or something | Excel Discussion (Misc queries) | |||
CONTROL TOOL BOXXXX!! HELP! SOS!! | Excel Discussion (Misc queries) | |||
Control Tool Box | New Users to Excel |