thakkarvamar
New Member
- Joined
- Sep 14, 2011
- Messages
- 19
Hi
I populated an array as follows
Dim arrRatios As Variant
Set range_source = ws13.Range(.Cells(r, c), .Cells(r, c + 37))
arrRatios = range_source.Value
How do I use the values in array now? I want to be able to access any 1 value at a time
something like arrRatios(3)
I populated an array as follows
Dim arrRatios As Variant
Set range_source = ws13.Range(.Cells(r, c), .Cells(r, c + 37))
arrRatios = range_source.Value
How do I use the values in array now? I want to be able to access any 1 value at a time
something like arrRatios(3)