Array Problem
Can you please tell me if it is possible to return a value of say the second
cell (B1) from the following statement...
Dim data As Variant
data = Range("A1:E1").Value
I have tried numerous ways but can not get the value of each cell in the
range which I need to examine before actioning
Thanks
TAM
|