tiny bit of VBA code needed
Posted by Chris D on February 07, 2002 8:13 AM
Hi all,
I have:
Dim a(13) As Double
and I find myself regularly changing the size of this depending on the size of a range
what would be the correct syntax so that the 13 is actually always the value of cell B2 in sheet 1
(where B2 is just a count of numbers in column A)
many thanks
Chris