Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default 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?
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot Table Error Message - "Command Text not set for command obje Jeff Divian Excel Discussion (Misc queries) 0 November 7th 07 10:26 PM
write a "if" command. day of month + remainder Dave1940 Excel Worksheet Functions 1 April 20th 06 05:34 PM
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? Daniel Excel Worksheet Functions 1 June 23rd 05 11:38 PM
Write to Output Type Formating Dan T[_3_] Excel Programming 1 July 10th 04 02:25 AM
Getting output from an excel output back to cscript.. J S Excel Programming 0 January 21st 04 09:06 PM


All times are GMT +1. The time now is 12:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"