The Wolf wrote :
When I try and close my workbook it beeps and asked me if I want to save
changes.
I DIDN'T MAKE ANY CHANGES.
How do I make this go away?
There must be some changes. Not necessarily important changes, and they
probably are automatic. If you have some auto-launch macro, or if you have
one that launches when printing or so, Excel WILL consider it as a change.
Find out the reason, and then you may find the cure.
One way to avoid the message could be to autosave the workbook (if you want
it) or to use the
ThisWorkbook.Saved = True
VBA instruction at some point to avoid being asked.
But well, depending on the reason, there may be different answers...