Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi -- wondering if anyone can help me. I have a file with 725 fields
currently sitting in an Excel workbook across 3 worksheets. I need to do some work on it there, then export the results back into one giant tab-delimited file with 725 fields. I've searched and seen plenty of posts about exporting multiple sheets where the sheets need to follow one another vertically (EG, additional records) in the text file, but mine need to follow horizontally (EG, additional fields). I don't know if I'm being clear, but hope someone can help. Thanks, Char |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can write it out yourself:
http://web.archive.org/web/200404050...eio/fileio.asp File Access with Visual Basic® for Applications http://msdn.microsoft.com/library/en...ce09072000.asp Working with Files, Folders and Drives: More VBA Tips and Tricks by David Shank http://support.microsoft.com/default...b;en-us;151262 Working with Sequential Access Files http://www.applecore99.com/gen/gen029.asp less applicable for your situation I would think: http://msdn.microsoft.com/library/de...ng03092004.asp ADO And Text FIles -- Regards, Tom Ogilvy wrote in message oups.com... Hi -- wondering if anyone can help me. I have a file with 725 fields currently sitting in an Excel workbook across 3 worksheets. I need to do some work on it there, then export the results back into one giant tab-delimited file with 725 fields. I've searched and seen plenty of posts about exporting multiple sheets where the sheets need to follow one another vertically (EG, additional records) in the text file, but mine need to follow horizontally (EG, additional fields). I don't know if I'm being clear, but hope someone can help. Thanks, Char |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ExportAsFixedFormat for Multiple Sheets in a Single Excel File | Excel Worksheet Functions | |||
How can I save a file as a comma-delimited text file in Excel? | Excel Discussion (Misc queries) | |||
Export excel file to semicolon delimited text file | Excel Discussion (Misc queries) | |||
save excel file from a table delimited file (.txt) using macros | New Users to Excel | |||
Open delimited text file to excel without changing data in that file | Excel Programming |