Posted to microsoft.public.excel.programming
|
|
read multiple line
a = "She is"
b = "beautiful"
msgbox a & " " & b
--
Regards,
Tom Ogilvy
"JaiJai" wrote in
message ...
How can I read a mulitple line in a text file and then print it as a
single line?
eg...
she is
beautiful
output as...
she is beautiful
--
JaiJai
------------------------------------------------------------------------
JaiJai's Profile:
http://www.excelforum.com/member.php...o&userid=19484
View this thread: http://www.excelforum.com/showthread...hreadid=483888
|