C
Charlotte E.
Hi
I have a workbook, which perform some macro-actions when opened.
As the VERY LAST LINE in both 'Workbook_Ope'n and 'Workbook_Activate', I
have:
ThisWorkbook.Saved = True
....and yet, if I open the workbook, at immediatly close the workbook, it
asks me, if I want to save the changes, even that I haven't made a
single change?!?
It is as if the 'ThisWorkbook.Saved = True' has no effect???
What am I missing?
CE
I have a workbook, which perform some macro-actions when opened.
As the VERY LAST LINE in both 'Workbook_Ope'n and 'Workbook_Activate', I
have:
ThisWorkbook.Saved = True
....and yet, if I open the workbook, at immediatly close the workbook, it
asks me, if I want to save the changes, even that I haven't made a
single change?!?
It is as if the 'ThisWorkbook.Saved = True' has no effect???
What am I missing?
CE