View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kev[_7_] Kev[_7_] is offline
external usenet poster
 
Posts: 17
Default using a worksheet range to populate a combo box in excel

Thanks Ivan,

I can see you have put some thought into the code your supplying me and
I appreciate your help.

I'm not sure how to initialize the combobox.

This is the only code I have!

Private Sub UserForm_Initialize()

txtQuantity.Value = "1"
cboPartsused.Value = ""
cboPartsused.SetFocus
spnButton1.Min = "1"

End Sub

I would appreciate your help here!

Nearly done now (I hope)!

Thank you,

Kev