Using VB editor in Word97 I am attempting to write a macro which brings up the File-Open dialog box. The user will then choose a file and the file's path will be stored into a string.

For example:
1. User runs macro.
2. File Open dialog box pops up.
3. User selects the file dummy.txt from the root of the C: drive.
4. The string "C:\dummy.txt" is stored into the variable strPath.

Thanks in advance.