How would I issue the following code line without having the dialog box actually open the file. I just wish to retrieve a file name by allowing the user to select it. Thanks.
Code:
RetVal = Application.Dialogs(xlDialogOpen).Show("*.pdf")