Control array - does it exist in VBA as in VB?

Ö

Örjan Leringe

I am using control arrays of text controls in VB. It seems
there is nothing like that in VBA?

I just installed Office 2003 and the VBA version shows up
as the same as previously, 6.3. Is there perhaps a later
one?

Örjan Leringe
 
T

Tom Ogilvy

No, there is no support for control arrays in VBA through the latest
version.

--
Regards,
Tom Ogilvy


I am using control arrays of text controls in VB. It seems
there is nothing like that in VBA?

I just installed Office 2003 and the VBA version shows up
as the same as previously, 6.3. Is there perhaps a later
one?

Örjan Leringe
 
M

Myrna Larson

Tom has answered your question, but you imply that one can install a different
version of VBA. That isn't true. It is an intrinsic part of Excel: it isn't a
separate product.
 
Top