Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try replacing Write with Print.
-- Regards, Tom Ogilvy margrabe wrote in message ... Hi. Below is a very simple macro. Sub WriteText() Open "test.html" For Append As #1 Write #1, "<HTML</HTML" Close End Sub All I want to do is create an HTML file based on user inputs. But when I run the above code, the file displays the following: "". The source code displays: "<HTML</HTML". How do I keep those quotation marks from showing up? Thanks. Billy --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Quotation Marks as Text | Excel Discussion (Misc queries) | |||
Generating text surrounded by quotation marks | Excel Discussion (Misc queries) | |||
CSV File and Maintaining Quotation Marks in TXT | Excel Discussion (Misc queries) | |||
How do I concatenate text that actually contains quotation marks? | Excel Worksheet Functions | |||
eliminating quotation marks when writing to a text file | Excel Programming |