Hi,
How to close xlsm file through VBA code? When I use this code,
ActiveWorkbook.Close savechanges:=true
'or
ThisWorkbook.close savechanges:=true
'or
Workbooks("filename.xlsm").close savechanges:=true
the other excel files also being closed automatically.