View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ivan Raiminius Ivan Raiminius is offline
external usenet poster
 
Posts: 258
Default Automatically closing workbook

Hi Julie,

add:

thisworkbook.close savechanges:=false

to the end of code you have in master workbook.

Regards,
Ivan