Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Converting excel file to tab delimited (txt) file

is it possible to convert excel file to tab delimited (txt) file with certain
space or character numbering?

for example: Column A consist 5-10 characters in each row. When saving the
excel file using tab delimiter. I want all values on column B start in line
15.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Converting excel file to tab delimited (txt) file

Using the standard excel saveas command it is not possible to do as requested.

But the solution is to replicate the sheet on another sheet with the
formatting,

ie:

[A3]=LEFT(A1,14)&CHAR(9)&REPT(" ",15-LEN(A1))&B1

and then copy and paste special and delete the columns a and b.

the char(9) inserts a tab and then you save as a tab delimited file.
--
Hope this helps
Martin Fishlock
Please do not forget to rate this reply.


"Kusuma" wrote:

is it possible to convert excel file to tab delimited (txt) file with certain
space or character numbering?

for example: Column A consist 5-10 characters in each row. When saving the
excel file using tab delimiter. I want all values on column B start in line
15.

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Retaining formats grok Excel Discussion (Misc queries) 11 October 31st 06 07:29 PM
Weird File Open/Save As Behavior [email protected] Excel Discussion (Misc queries) 0 December 9th 05 02:26 AM
VBA for Excel 2000 file is corrupt nkamp Excel Discussion (Misc queries) 0 May 26th 05 03:37 PM
save excel file from a table delimited file (.txt) using macros sedamfo New Users to Excel 1 February 15th 05 04:19 AM


All times are GMT +1. The time now is 03:03 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"