View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Read a .xls file and insert its values to certain lines in a text

Assuming the text file has discernible structure then you can open this into
an Excel worksheet and use this data for your application.

--
Cheers
Nigel



"Thegman" wrote in message
...
Hi,

I have an Excel speadsheet that contains paper run info. which I need to
combine with other info which is contained in a text file.

I'm just wondering is it possible to do this with VBA or should I try and

do
it using Visual Studio?

How would I go about it?

Thanks in advance,
G