Assuming you want the value in a textbox (rather than the text "TEXT2.TEXT") you need to append it to the string, eg:
Code:
 Open App.Path & "\" & TEXT2.TEXT For ...