ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   data to file (https://www.excelbanter.com/excel-programming/316957-data-file.html)

luc

data to file
 
This code writes data to a file:
Write #1, "UR :" & output_str1

but I get the quotes to. How to write without quotes.



Tom Ogilvy

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.





luc

data to file
 
works just fine, thx Tom... :)

"Tom Ogilvy" schreef in bericht
...
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.








All times are GMT +1. The time now is 07:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com