myFile = GetOpenFilename (); FileText = ReadFile ( myFile );
msgText = " Text from the file:\n" & FileText ; MsgBox ( msgText , 0, "File read" );