collection object

V

Vivek Sharma

Hi There,

I am just wondering if there is collection object like visual basic has. If
ms access does can some one guide me to a tutorial
 
D

Dirk Goldgar

Vivek Sharma said:
Hi There,

I am just wondering if there is collection object like visual basic
has. If ms access does can some one guide me to a tutorial

The Collection object is the same in VBA as it is in VB, to the best of
my knowledge. It's documented, with examples, in the Visual Basic
Language Reference section (subtopic "Objects") of the online help. You
may get to the help topic quicker if you open the Immediate Window, type
Collection, click on the word, and press F1.
 
Top