I have a project where in my program opens a excel file called Template.xlsx and makes some updates in it and then when i run this line of code
xlWorkBook.Close(true, Type.Missing, Type.Missing);
I get the save as dialog box which is great but the problem is in the name field i get "Copy of Template.xlsx". I dont want that. I want to fill that field with for example "Order25.xlsx". is it possible?