View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jamie@cd-worx.com is offline
external usenet poster
 
Posts: 4
Default How do you read a text file into Microsoft Excel 97 visual basic

Hi,

I often use Excel to create text files using the commands:


====
Open myfilename For Output As #1

Print #1, "text"

Close
====

How do I do the opposite... ie. read variables from a comma separated
text file.

Any help would be much appreciated.

Thanks.