Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello guys,
The following issue is at my hands: Dim hCollection as New Collection 'declaration of the collection variables and assigning values to the variables... For Each hCollection.Item In hCollection 'If sDate = hCollection.Item(1) Or sDate = hCollection.Item(2) Or sDate = 'hCollection.Item(3) Or sDate = hCollection.Item(4) Or sDate = hCollection.Item(5) 'Or sDate = hCollection.Item(6) Or sDate = hCollection.Item(7) Or sDate = 'hCollection.Item(8) Or sDate = hCollection.Item(9) 'Or sDate = hCollection.Item(10) Then Toef = (uitVM - inVM) + (uitNM - inNM) + NaR + CAD Else Toef = "" End If I am trying a different approach for the items that here are commented out (and which works great). I'm trying a For Each here in the first line, but the line "For Each hCollection.Item In hCollection" causes a "Argument not Optional" error... Thanks in advance guys |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
iterating groups? | Excel Programming | |||
iterating checkboxes | Excel Discussion (Misc queries) | |||
Iterating Thru Cells | Excel Programming | |||
Iterating through cells problem | Excel Programming | |||
iterating through all properties of an object | Excel Programming |