S
Sandy
I know that :-
ThisWorkbook.Close SaveChanges:=True
will Close the workbook and Save. If I just wanted to Save the workbook in a
macro without closing would it be :-?
ThisWorkbook.SaveChanges:=True
Sandy
ThisWorkbook.Close SaveChanges:=True
will Close the workbook and Save. If I just wanted to Save the workbook in a
macro without closing would it be :-?
ThisWorkbook.SaveChanges:=True
Sandy