Solved: How to import text file & extract specified strings
Hi all,
I have a log file with below information..
e.g (FindA.txt)
Product:ACT16.exe
Date issued:2006-7-3 11:43:12
Issued to:Hubei
Type=Non-networked (fixed)
Copies=1
Level=0
Restriction=120 Days
Options=
6: PrintPlan
8: CORR
12: Stats
14: TELGRAPH
15: Scatmain (Bmaps)
16: Corresp
I need to look at this text file and fill in the excel record. Here's my problem... (e.g Sample.xls), I need to put different answers in different columns, how can I make use of VBA code instead of editing the file manually?
Many Thanks! :)