Greetings,
I would like to add a range of columns to a collection and then use the collection in a for each loop including each column-element in the collection in a procedure. like,
Is there a more convenient syntax than something like
I would like to add all the column values at once if possible
Thanks!
I would like to add a range of columns to a collection and then use the collection in a for each loop including each column-element in the collection in a procedure. like,
Code:
Dim i As String
For Each i in col
Is there a more convenient syntax than something like
Code:
col.add F
I would like to add all the column values at once if possible
Thanks!