Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Write Command Output

"?B?RGFuIFQ=?=" .(donotspam) wrote:

The write to text file command exports in CSV, is there a way to
change this so it writes to Tab Delimited?



note that when you save a CSV file Excel has a very strange idea of
comma's.. it will use the locale's listseparator..


for tab delimited you could use ...

ActiveWorkbook.SaveAs _
Filename:="Book1.txt", FileFormat:=xlText

but if you want more control, you'll have to do some programming:

more info pleaese read:

http://www.mcgimpsey.com/excel/textfiles.html


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool
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
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 Command Output jaf Excel Programming 0 July 15th 04 10:01 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 06:40 PM.

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"