Combox properties missing (Linked cell, Listfield range)

bensox

New Member
Joined
Sep 9, 2019
Messages
3
I've a basic knowledge of VBA but new to control boxes. Trying to follow instructions to create a combo box but fields I need aren't showing under Properties, the alpha-betical list showing is:
...
Left
ListRows
ListStyle
ListWidth
Locked
etc

I need to use:
LinkedCell
ListFieldRange
in order to complete the instructions I found (https://www.extendoffice.com/documents/excel/2439-excel-drop-down-list-search.html)

How do I specify/find these properties?
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Where is the combobox located?
 
Upvote 0
I went to VBA, Insert Userform, Controls, draw combo box. UserForm1 in a wb named order index.xlsm
Do I need to create and save it then go back to it's properties? Complete beginner, sorry:rolleyes:
 
Upvote 0
The article you’re following is for a combo box on a worksheet, not a UserForm, which is why you don’t see the same properties.
 
Upvote 0
Last edited:
Upvote 0
Thanks Rory A, I added a combo box on the worksheet in the hopes those instructions would do my job. However when I try to name the ListFillRange with any text (single word) it doesn't save it (returns to a blank field). Any pointers?
 
Upvote 0
The listfillrange must be either the address of a range, or the name of one.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,272
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top