Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the proper syntax for the collection statements in the
following pseudo code: Dim C as Collection Loop over cells in a range: C = New Collection [or is it Set C =.....] LoadC ( C , cell from Loop)[will add item to collection] UseC (C) [will use or do something with the collection] C = Nothing [is this proper, all examples use a Remove] Next Loop over cells Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct usage? | Excel Worksheet Functions | |||
SUMPRODUCT usage | Excel Worksheet Functions | |||
100% cpu usage | Excel Discussion (Misc queries) | |||
SQL - TOP 1 Usage | Excel Programming | |||
Correct Syntax - Collection Key | Excel Programming |