View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NewGuy100[_3_] NewGuy100[_3_] is offline
external usenet poster
 
Posts: 1
Default Concatenate to a text file


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