View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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