Error messages

S

Steven Hill

Everytime I close any Excel spreadsheet, I get the following error message:

Microsoft Visual Basic

Run-time error '1004':

Application-defined or object-defined error
 
N

Nick Hodge

Steven

It sound like you have a workbook open (possibly personal.xls), or an add-in
loaded with some event code in the Workbook_Close() event.

Try going to Tools>Add-Ins... and un-check everything. See if it goes away
and then add them back one at a time until the problem returns. If you have
loaded/updated adobe products I would suspect that as they seem to have some
real trouble with their add-ins.

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
[email protected]
 
Top