Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default For/Each iteration for collection class

Hello,

I've been trying to do a for/each loop to iterate through a
collection.
I did the tricks mentioned in different posts (e.g export class-open
with notepad and add the necessary atributes adn the enum property and
then re-import to excel).
Does this works with office 97 or it works only for office 2000 and
above?
I'm using excel 97 but i can't make it to work.
If anybody knows how to do it and can give me some advise on that is
very welcomed.

Thanks,
stelio
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default For/Each iteration for collection class

Iterating through a collection doesn't have anything to do with the other
things you describe.

http://j-walk.com/ss/excel/tips/tip47.htm
Filling a ListBox With Unique Items

at John Walkenbach's site has code that iterates through a collection which
you could use as an example.

Enum was added in xl2000, but isn't required to iterate a collection.

the information I have see for adding attributes to a module usually has to
do with creating a default value for a class - but in any event, again, they
were not supported in xl97.

--
Regards,
Tom Ogilvy

"Stelio" wrote in message
om...
Hello,

I've been trying to do a for/each loop to iterate through a
collection.
I did the tricks mentioned in different posts (e.g export class-open
with notepad and add the necessary atributes adn the enum property and
then re-import to excel).
Does this works with office 97 or it works only for office 2000 and
above?
I'm using excel 97 but i can't make it to work.
If anybody knows how to do it and can give me some advise on that is
very welcomed.

Thanks,
stelio



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Iteration Khalil[_2_] Excel Worksheet Functions 4 June 19th 09 08:21 PM
iteration Gareth Milton Excel Discussion (Misc queries) 1 March 28th 07 04:18 PM
Need help with iteration Ron M. Excel Discussion (Misc queries) 7 March 14th 06 12:32 AM
Iteration M. Homayon Excel Discussion (Misc queries) 1 January 11th 06 01:05 AM
Iteration Jan Excel Discussion (Misc queries) 1 January 10th 06 11:10 PM


All times are GMT +1. The time now is 06:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"