Thread
:
eliminating quotation marks when writing to a text file
View Single Post
#
5
Posted to microsoft.public.excel.programming
mudraker[_150_]
external usenet poster
Posts: 1
eliminating quotation marks when writing to a text file
To eliminate the " at the start and and of each line that you get whe
using
Write #1, "<HTML</HTML"
try using
Print #1, "<HTML</HTML
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mudraker[_150_]
View Public Profile
Find all posts by mudraker[_150_]