M
Mike
How do I close a worksheet that I've changed (at the same
time that I close Excel), but don't want the changes to be
permanent? I tried using the following code:
ActiveWorkbook.Saved = True
Application.Quit
However, it doesn't work; it still asks me whether I want
to save the changes.
time that I close Excel), but don't want the changes to be
permanent? I tried using the following code:
ActiveWorkbook.Saved = True
Application.Quit
However, it doesn't work; it still asks me whether I want
to save the changes.