T
tinftinf
Hello
If you want to close excel without saving, it's possible to use
'ThisWorkbook.Saved = True'(excel doesn't ask if you want to save)
but this has no effect when the workbook is opened with internet explorer.
Why and How to correct that ?
Thanks
If you want to close excel without saving, it's possible to use
'ThisWorkbook.Saved = True'(excel doesn't ask if you want to save)
but this has no effect when the workbook is opened with internet explorer.
Why and How to correct that ?
Thanks