Hello, thanks for all your guy's help in the past.
I'm using Application.Dialogs(xlDialogOpen).Show to display the "Open File" dialog. How can I detect if the user pushes "Cancel" in this dialog?
Hello, thanks for all your guy's help in the past.
I'm using Application.Dialogs(xlDialogOpen).Show to display the "Open File" dialog. How can I detect if the user pushes "Cancel" in this dialog?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Got it. I realized that this returns a TRUE or FALSE depending on what is clicked. Thanks!