Save Excel File
-
How can I save an Excel file which will prompt user to select where to save? What save mode should I use?
-
How can I save an Excel file which will prompt user to select where to save? What save mode should I use?
More detail is needed. Is this a web app? WinForms? Excel VBA code? What? How are you generating the workbook to "save"?? There's no such thing as a "save model". Your use of the term could mean anything.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
How can I save an Excel file which will prompt user to select where to save? What save mode should I use?
Prompting the user for a save-location is done using the standard
SaveFileDialog
. It doesn't matter what type of file you want to save, the dialog is always the same. Check out the documentation[^].Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]