Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The standard write command encloses text data within quotes.
I need to create text file file that looks lie this: [category] x = Hi But, for example, that following commands: Open text.txt for output as #1 x = "Hi" Write #1, x Produces a text file with line: "Hi" How do I write a macro that produces a text file with text data that is not enclosed by quote marks? -- Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why Saving a file to a CSV, Excel does not put text into Quotes? | Excel Discussion (Misc queries) | |||
How to get Excel CSV format in to write text cells in quotes? | Excel Discussion (Misc queries) | |||
saving an excel file as text without text in quotes | Excel Discussion (Misc queries) | |||
Open CSV file, format data and write output to a text file. | Excel Programming | |||
why are there quotes in my exported text file? | Excel Discussion (Misc queries) |