Hi,

When I try to close an excel workbook from VBA using the line

ActiveWorkbook.Close False
I get an exception

An unhandled Win32 exception occurred in Excel.exe (3616)
This occurs for a specific workbook and not for all workbooks. Is it becuase of a specific property of the workbook?

Thanks.