View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Writing to notepad file

Have you tried
Write #1,Header1,Header2,Header3,
I assume these are the names of variables.
Have you though of Save As | TXT file ?

best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jeff" wrote in message
...
Hi,

I am writing a file to a notepad file, in excel.

So I have

Write #1,"Header1","Header2","Header3",

and then more writing.

When this file is viewed in notepad there are "" around the headers. Is
there any way to write the notepad file so there are not "" around the
headers?

Thanks for your help