X x taol Jun 4, 2006 #1 closing excel workbook no save without save messagebox close without save....
D Dave Peterson Jun 4, 2006 #2 Someworkbookvariable.close savechanges:=false x said: closing excel workbook no save without save messagebox close without save.... Click to expand...
Someworkbookvariable.close savechanges:=false x said: closing excel workbook no save without save messagebox close without save.... Click to expand...
X x taol Jun 4, 2006 #3 but, if the workbook has change working, and then when the workbook close, save messagebox is shown. i want to close the workbook without shown the messagebox
but, if the workbook has change working, and then when the workbook close, save messagebox is shown. i want to close the workbook without shown the messagebox
N Norman Jones Jun 4, 2006 #4 Hi X Taol, but, if the workbook has change working, and then when the workbook close, save messagebox is shown. Click to expand... Dave's suggestion works for me. Setting the SaveChanges agument to False should close the file without any message.
Hi X Taol, but, if the workbook has change working, and then when the workbook close, save messagebox is shown. Click to expand... Dave's suggestion works for me. Setting the SaveChanges agument to False should close the file without any message.