Thread: Input #n
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keith keith is offline
external usenet poster
 
Posts: 34
Default Input #n

Hello,
I need to input a string that is delimited with spaces.
The Input #n statement does an excellent job with a comma
delimited file. The example ..

Input #1, Myval1, Myval2

.... is great.

I need the same thing for a space delimited file. Is
there anything as short and succinct as Input #1

Keith