View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Import Excel Forms into Visual Basic?

Because RowSource refers to a worksheet range and VB is not worksheet
specific?

--

HTH

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


"Erik - VB Coder" <Erik - VB wrote in
message ...
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