Vba - Save but don't close
Once again thank you Bob
Sandy
"Bob Phillips" wrote in message
...
ThisWorkbook.Save
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my
addy)
"Sandy" wrote in message
...
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
|