In message "Re: Enumerable and WIN32OLE"
    on 06/09/29, Masaki Suketa <masaki.suketa / nifty.ne.jp> writes:

> In message "Re: Enumerable and WIN32OLE"
>     on 06/09/27, Dave Burt <dave / burt.id.au> writes:
> 
> > Yes, I've expected that on occasion, and I think it would be a nifty
> > feature indeed. Enumerable's methods don't clash with common COM
> > collection methods, as far as I can see.
> 
> Enumerable#find method clashes the 'find' method of Excel Range object.
> This is the (only) reason why WIN32OLE does not include Enumerable.

Enumerable#select method clashes the 'select' method of Excel Range object.
And I think this case is more painful than the 'find' case.

  Regards,
  Masaki Suketa