D
dallascio1
I assign a range to a variant array in Windows and it works fine.
Here's the example code:
Dim varray() As Variant
varray = Range("D48").Value
When I try to run the same macro on Excel OS X I get the error:
Can't assign to array.
I haven't been able to figure out the cause of this error.
Here's the example code:
Dim varray() As Variant
varray = Range("D48").Value
When I try to run the same macro on Excel OS X I get the error:
Can't assign to array.
I haven't been able to figure out the cause of this error.