Hi,
Basically what I am trying to do is filter a block of data and run a piece of code on 7 of the filtered items.
Is there a way (using loops or an array??) to do this without having to do the block of code 7 times (the only thing that will change will be the filtered name.
Thanks
Gav
Basically what I am trying to do is filter a block of data and run a piece of code on 7 of the filtered items.
Is there a way (using loops or an array??) to do this without having to do the block of code 7 times (the only thing that will change will be the filtered name.
Thanks
Gav