I have a function that does some calculations but it keeps putting data
on a newline. I wanna concatenate data to the same line on a text file
using vba. How do I achieve that?
For example:
I get this:
0
1
2
3
4
But I want:
0 1 2 3 4
--
NewGuy100
------------------------------------------------------------------------
NewGuy100's Profile:
http://www.excelforum.com/member.php...o&userid=27935
View this thread:
http://www.excelforum.com/showthread...hreadid=475055