Visual Basic forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please Help,

There must be a million references to what I'm asking but I can't seem to
find it.

All I'd like to do is create a form in Visual Basics which contains a combo
box, aka a dropdown list, but I am having a difficult time trying to figure
out how to tie in the data into the combo box which would of course display
the list.

Can someone please help.

Your help will be greatly appreciated.

Is there a way to call the information from a current list on a worksheet?
If so how?
But it needs to be in VBA.
 
Set the Combo's RowSource property to the address of the worksheet range
holding the list.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Thank you!

Bob Phillips said:
Set the Combo's RowSource property to the address of the worksheet range
holding the list.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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