read a text file
read a text file
Rate read a text file
(1(1 Vote))
on error goto e
egor = FreeFile
Open "FILE PATH" For Input As #egor
Text1.Text = Input(LOF(filenum), #egor)
exit sub
e:
msgbox Err.Description
read a text file Comments
No comments yet — be the first to post one!
Post a Comment