Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 1
Default Generating Reports from Text File

I have a log file (ASCII text) from which i have to create a report in MS Excel.

Appreciate any pointers how to achieve this conventionally or otherwise...

Thanks in Anticipation
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Generating Reports from Text File

File=Open and supply the name and path of the logfile

This gets the logfile into excel. It might take you through the text import
wizard - if so, then you might want to turn on the macro recorder before
opening the logfile. the Text import wizard will help you parse out column
oriented information if such is in the log file and the macro recorder will
record the choices you make. Then you can generlize the recorded code and
use it to do subsequent openings of the file using these settings (without
prompt).

After you have the data in the log file, you can process with VBA to
organize it for your report.

--
Regards,
Tom Ogilvy

"Tom" wrote in message
om...
I have a log file (ASCII text) from which i have to create a report in MS

Excel.

Appreciate any pointers how to achieve this conventionally or otherwise...

Thanks in Anticipation



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
Generating reports from an Excel 2002 worksheet marionh New Users to Excel 2 May 1st 08 10:20 AM
Generating reports with MS Excel 2003 Jay Excel Discussion (Misc queries) 3 January 12th 07 04:18 AM
Generating Simple Reports From A Master Spreadsheet Scott1888 Excel Worksheet Functions 1 May 21st 06 10:38 AM
parsing text file, and generating distinct cell values gerridge Excel Programming 0 April 8th 04 01:46 AM
Generating reports Scribe Excel Programming 2 January 30th 04 12:45 PM


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