Thread
:
data to file
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
data to file
Use print # instead of write #.
See VBA help for details.
--
Regards,
Tom Ogilvy
"luc" wrote in message
...
This code writes data to a file:
Write #1, "UR :" & output_str1
but I get the quotes to. How to write without quotes.
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy