read txt files n transfer to xls.

Newbie Member
21Mar2007,14:33   #1
ash_fikree's Avatar
hi,
i'm ash n i'm new to VB n such.
i need help to build a program to read a certain txt file n transfer it into excel (xls) file. i really really appreciates any help that i could get...

p/s: tried to look into the internet but found nothing...no luck i guess.

thank u in advance.
Newbie Member
8Apr2007,19:41   #2
riffz's Avatar
I'm not sure whether that can be done, unless the text file was originally created by saving a table through excel as a text file.

You'll have to use code to read a text file. Something like this:
Code:
open textfile1.txt for input as #1
Newbie Member
14Dec2007,16:53   #3
suhailforu's Avatar
hi,
how to read .xls file through c program?
can anyone pls suggest me??