Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
Hi Sandy,
To save the workbook without closing it, you can use the following Formula:
This will save the workbook without closing it. If you want to save changes made to the workbook, you can use:
This will save any changes made to the workbook without closing it.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
Activeworkbook.save if you have more that one wb open and want to save them all.... dim wb as workbook for each wb in application.workbooks wb.save next wb regards FSt1 "Sandy" wrote: 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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save/Close All | Excel Discussion (Misc queries) | |||
Automate save and close | Excel Discussion (Misc queries) | |||
Close excel do not save | Excel Worksheet Functions | |||
To save and close | Excel Worksheet Functions | |||
Save Changes Prompt at close | Excel Discussion (Misc queries) |