View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard MG Richard MG is offline
external usenet poster
 
Posts: 6
Default Excel 2007 hangs on programmed file close

I am working in Excel 2007 with SP1. I have a workbook with VBA that works
fine except that the Module that closes the workbook, using
ActiveWorkbook.Close, hangs Excel when run. If I step through the code it
closes normally and Excel doesn't hang.

The same workbook running in 2003 works fine.

What causes this and how do I stop it?