View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Adamson Gary Adamson is offline
external usenet poster
 
Posts: 2
Default Open a text file and get the info

How do you open a text file and get the information?

Apparently this doesn't work.

Open strFile For Input As #1
Do
str = #1,no
debug.print str
no = no + 1
Loop While str < ""
Close #1