Hey again folks,
Having a bit of an issue with an array (MyResult). Each "line", as it were, has five "columns", formatted differently (got some doubles and some strings). When I write the array using:
.Range(.Cells(1, 1), .Cells(UBound(MyResult), UBound(MyCodes))).Value = MyResult
Some of...