Import Excel Forms into Visual Basic?

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

Guest

I've created an Excel App using VBA, creating forms in Excel with combo boxes
that reference a worksheet to complete their RowSource property.

I need to re-do this app now in VB and would like to re-use the same forms.
Importing them into VB as Designers, everything except the RowSource property
works like a charm.

Why doesn't VB recognize the RowSource ("A4:B11", for example)?

Thx... ~ Erik
 
Because RowSource refers to a worksheet range and VB is not worksheet
specific?

--

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