I am using Crystal Reports for Visual Studio.NET and I want the User to be able to export the Report to Excel. Exporting is not a problem. However, I need a FILE DIALOG BOX to pop up so that the User can select WHERE to put the file and then I can use that path to export. I can't hard code it (c:\Filename\...) because it will remain on our server and not save to the client machine. I can't use the <input type=file> because it is asking for a file that already exists. I just need a simple "Get Directory" dialog box. Any suggestions/ideas?? Thanks in advance!!