combo box

  • Thread starter Thread starter scrabtree
  • Start date Start date
S

scrabtree

I have a userform with a combo box and the selections are
typed in my code. I want the selections to tie to a range
on a worksheet???
 
Try this

Userform1.ComboBox1.List = ThisWorkbook.Sheets(1).Range("A1:a10").Value
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top