M
mike
I'm just getting started with arrays and could use some
help.
I want to go thru data and if col A = "X", then I want to
select Customer Name as Field 1 in the array, address as
Field 2 and telephone number as Field 3.
Then move to the next line with an "X" in col A.
then populate the second item in the array with the same 3
fields.
Move to the next field and populate the third item in the
array.
Once the array is populated, I will move to another sheet
and write out all of the data in the array.
One thing is that the data population will change in size
each time the macro is run.
I'm having trouble once I get to an "X" in col A, how do I
code that in the array, this is item 1 field 1, item 1
field 2 and item 1 field 3. AND when I find the next x
that it is item 2 field 1, item 2 field 2, item 2 field 3.
any help in getting started would be greatly appreciated.
Thanks for your help.
help.
I want to go thru data and if col A = "X", then I want to
select Customer Name as Field 1 in the array, address as
Field 2 and telephone number as Field 3.
Then move to the next line with an "X" in col A.
then populate the second item in the array with the same 3
fields.
Move to the next field and populate the third item in the
array.
Once the array is populated, I will move to another sheet
and write out all of the data in the array.
One thing is that the data population will change in size
each time the macro is run.
I'm having trouble once I get to an "X" in col A, how do I
code that in the array, this is item 1 field 1, item 1
field 2 and item 1 field 3. AND when I find the next x
that it is item 2 field 1, item 2 field 2, item 2 field 3.
any help in getting started would be greatly appreciated.
Thanks for your help.