What methods does a collection have? Specifically, how do I remove
all the elements from it?

You'd think this would be a trivially easy question, but Excel's VBA
help is the most horrifically unusable disaster M$ has ever
conceived...

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.

Re: Collection methods by Helmut

Helmut
Thu Dec 09 11:44:51 CST 2004

Hi Christopher,

WordVBA-Help says:

Methodes
Add
Item
Remove
Properties
Count

But I think, I must be missing the point.

Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/

Re: Collection methods by Christopher

Christopher
Thu Dec 09 12:30:38 CST 2004

Helmut Weber <elmkqznfwvccbf@mailinator.com> spoke thus:

> WordVBA-Help says:

Hm, so it does... Wonder why Excel VBA help couldn't be as kind?

> But I think, I must be missing the point.

Not at all, now I know that Word's VBA help is actually useful.
Thanks.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.