W
windsurferLA
The VBA code
If Dir("opening test2.xls") <> "" Then Kill "opening test2.xls"
closes the file, but only after a dialog box response approves closing
without saving. How does one close the workbook without the need for
approving the closing in a dialog box?
If Dir("opening test2.xls") <> "" Then Kill "opening test2.xls"
closes the file, but only after a dialog box response approves closing
without saving. How does one close the workbook without the need for
approving the closing in a dialog box?