Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am working on a code which will process a text file (TempFile.txt), which contains a data copied from an Outlook .msg file containing a table (single table-2 Columns data). The text file contains text extracted from various MS Outlook .msg files & copied to a TempFile.txt. The data in generated textfile looks like : Agent's Name Thomas Rody Gender Male etc.... What i want to do is to transpose the data under the same labels used as Column Headers in an Excel sheet. Code will look something like.... Sub ProcessTempFile(TempFileName as String, Datasheet as Worksheet) .... I donot know how to extract data from a text file & tranpose horizontally under each header column e.g. Column A Column B Column C Column D --------------------------------------------------- Agent's Name Thomas Rody Gender Male Please Help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split text file into Excel sheet and separate the final results intoa new sheet | Excel Worksheet Functions | |||
Exporting Excel Sheet With Additional Info Added To A Text File | Excel Discussion (Misc queries) | |||
Problems Autosaving an excel file/sheet as Text | Excel Discussion (Misc queries) | |||
Excel VBA - open text file, replace text, save file? | Excel Programming | |||
How do I read text file in an EXCEL SHEET | Excel Programming |