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:
Some of the string elements are converted to numbers. For example: MyResult(6,4) is "0718875" and this appears as "718875" on the sheet.
Any ideas?
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:
Code:
.Range(.Cells(1, 1), .Cells(UBound(MyResult), UBound(MyCodes))).Value = MyResult
Some of the string elements are converted to numbers. For example: MyResult(6,4) is "0718875" and this appears as "718875" on the sheet.
Any ideas?