Hi,
i have to save my Workbook on the client machine using web application. here is my code as follows,
newBook.SaveAs(exportFilePath, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, XlSaveAsAccessMode.xlExclusive, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
newBooks.Close();
exportFilePath = "fixed path" (i am giving fo timebeing) i need this line of code change to give an option to the user to select a path on the user's machine.
Thanks,
Sateesh
sateesh kumar singupuram