I can use the open statement but how would you use it to open the filename that is is a textbox or lable. (I dont want to use a common dlg box) Would it look like this

open "a:\" & txtTextBox.text & ".txt" for input as 1

OR

open "a:\" & lblLabel.Caption & ".txt" for input as 1

Thank You for your Help


Tingrin47