Hello,
I am fairly new at VBA Programming for Excel. I would like to print a 2D array (matrix if you will)
to a text file. The 2D array is variant in type as it consists of both string and text. I would like the
array to look as below:
$ CASE COLD NOISE COLD NOISE COLD SCUFF DURABILITY HOTSCUFF
SPEED 1800 2800 4200 6200 6200
BHPE 5000.0 10000.0 36000.0 65900.0 65900.0
FHPE 3000.0 5000.0 20000.0 70000.0 70000.0
I am using the follwing code:
![]()
Please Login or Register to view this content.
However using this code prints in successive lines as below:
$ CASE
COLD NOISE
COLD NOISE
COLD SCUFF
.....
.....
And So on instead of the column format as I want. How do I get VBA to print as shown above in a column format.
Thanks
Paras
Bookmarks