View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
James[_14_] James[_14_] is offline
external usenet poster
 
Posts: 25
Default very difficult code that will close original workbook and leave another open

From the quick summary:

Instead of closing the first workbook, you could hide it by setting the IsAddIn property of the Workbook to True, run the rest of your code, and then close it at the very end.