Excel VBA Store macierz i napisz do arkusza
'both these declarations will workDim arTesting As Variant Dim arTesting() As Variant arTesting = Range("A1:A12").Value
Fierce Ferret