ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Write Command Output (https://www.excelbanter.com/excel-programming/304204-re-write-command-output.html)

jaf

Write Command Output
 
Hi Dan,
Write your own output routine.

delimiter=char(9)
Open filename for output as #1
for i=1 to 100
write #1, data, delimiter
next

Of course, you may want to add some more details. ;<)


--
John
johnf 202 at hotmail dot com


"Dan T" .(donotspam) wrote in message
...
| The write to text file command exports in CSV, is there a way to change
this so it writes to Tab Delimited?
|




All times are GMT +1. The time now is 11:19 AM.

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