You can unhide it if it's hidden (window|unhide in xl2003)
then close it (and don't save!)
Or you could do this:
hit alt-f11 to get to the VBE
hit ctrl-g to see the immediate window
type this and hit enter:
workbooks("personal.xls").close savechanges:=false 'or true???
Then back to excel.
You'll have to use the correct name for your personal.xls workbook.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.