VB Code: Dim x As String Open "C:\somefile.txt" For Input As #1 x = Input(LOF(1), 1) Close #1 There!
Dim x As String Open "C:\somefile.txt" For Input As #1 x = Input(LOF(1), 1) Close #1
Luke
Forum Rules