File open dialog in Outlook 2003
Hello
I need a dialog box for file selections. The problem is, that in outlook vba no dialog boxes exists to select files outside of outlook.
I need the same dialog box as in excel "GetOpenFileName" that users are able to select a file.
I have tried to do that with API functions. But I know only the API function SHBrowseForFolder. With that I can only select folders but not files.
Is any body here who know how to do that?
Thanks for your efforts.

