You will, in one way or another, have to pass a path to it, UNLESS you want the file to be created in the App.Path of your project. If you (or she) does care where it goes, then you can just do
VB Code:
  1. Open "mytextfile.txt" For Append As #1
and it will be created in your project folder.

Otherwise, you would need to supply her with a textbox within which to type a specific path which you could then tack onto your open statement.