View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_150_] mudraker[_150_] is offline
external usenet poster
 
Posts: 1
Default 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