Excel VBA Store Array dan tulis ke lembar
'both these declarations will workDim arTesting As Variant Dim arTesting() As Variant arTesting = Range("A1:A12").Value
Fierce Ferret