Thread
:
Import Excel Forms into Visual Basic?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bob Phillips[_6_]
external usenet poster
Posts: 11,272
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
Reply With Quote
Bob Phillips[_6_]
View Public Profile
Find all posts by Bob Phillips[_6_]