I want to store cells, matching some criteria, in an array and loop through these cells to show the results.
I already have a code to select the cells and can store the data in a 2 dimensional array.
The stored cells are in different sheets also...
What do I have to store in the array for later use selecting these cells subsequently.
Now I've stored the cell.address.
The stored data for the cells looks like "$F$123" and seems to be a string value.
Does someone know how to store the cell references in the array so I can use them to select these cells ?
I already have a code to select the cells and can store the data in a 2 dimensional array.
The stored cells are in different sheets also...
What do I have to store in the array for later use selecting these cells subsequently.
Now I've stored the cell.address.
The stored data for the cells looks like "$F$123" and seems to be a string value.
Does someone know how to store the cell references in the array so I can use them to select these cells ?