I have this statement:

Open App.Path + "\Notepad.txt" For Input As #1

Input #1, Text1.Text

Close #1

Every time I run it, it tells me that:
Variable is Required, can not assign to this expression
And it highlights Text1.Text
what does that mean?
its really annoying
its not working
HELP!