Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
i need to export an excel sheet to a txt file (which will be imported by another apllication) using VBA. The data in excel sheet is organized like this: Account Jan Feb Mar .... 256 5 7 3 248 3 1 9 ..... I would like to export the data like this: Account Month Amount 256 1 5 256 1 7 256 1 3 248 2 3 248 2 1 ......... Can someone give me a hint on how to do this? thanks very much |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
export re-order input fields to export file [csv] | Excel Worksheet Functions | |||
Export file as a fixed width file | Excel Programming | |||
I need to export.xls file to .csv file for fedex address book | Setting up and Configuration of Excel | |||
Export excel file to semicolon delimited text file | Excel Discussion (Misc queries) | |||
How do I import text file, analyze data, export results, open next file | Excel Programming |