combobox in user form

B

bgkgmg

Having trouble writing code to fill my combobox in a user form I created.
I'm trying to fill cbobox with list in sheet1 C12:C24 Thanks
 
F

FSt1

hi
bring the form up in the vb editor. right click the combo box then click
properties.
scroll down the left side of the property box to rowsorce.
in the empty box to the right of rowsorce enter C12:C24.

regards
FSt1
 
Top