Dim test(1 To 3, 1 To 2) As Variant
test(3, 1) = "Machine1"
Call test(3,1)
This code give me an "Compile Error: Expected Sub, Function, or Property". I had tried many ways but they no work also. Anyone can help me please?