Quote Originally Posted by baja_yu
Also, you can put this line:

MsgBox txt_profilepath.Text

after this line:

txt_profilepath.Text = file1.Path & file1.FileName & "\" & txt_plprofile.Text


That way you will see if the path looks OK.
Use that, it will show you what you are trying to load. If that is ok then the error is elswhere.