For some reason, Outlook does not support filedialogs (Application.FileDialog) while other applications do (Excel, Word). I have seen solutions to this problem that use automation to create a Word or Excel object and then use the filedialog property of the Word or Excel object to display a the filedialog (setting objWORD/objEXCEL.width = 0 and objWORD/objEXCEL.Height = 0). I have run into several issues when using this method and I am wondering if anyone knows how to display a filedialog through Outlook. Does Windows have a filedialog that can be displayed?

Thanks in advance for the help!