ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel 2002: Can I save all files by just one click ? (https://www.excelbanter.com/excel-discussion-misc-queries/251913-excel-2002-can-i-save-all-files-just-one-click.html)

Mr. Low[_3_]

Excel 2002: Can I save all files by just one click ?
 
Hi,

I have 10 working files in an active window.

There is no Save All button under the file menu.

May I know if I can save all the files at one click without having to exit
excel ?


Thanks

Low

Max

Excel 2002: Can I save all files by just one click ?
 
This delivers it in 2 clicks ...
Hold down Shift key, click File Close All
Then click "Yes to All" in the ensuing prompt to save changes
Success? Celebrate it, hit the YES below
--
Max
Singapore
---
"Mr. Low" wrote:
I have 10 working files in an active window.
There is no Save All button under the file menu.
May I know if I can save all the files at one click without having to exit
excel ?



Harald Staff[_2_]

Excel 2002: Can I save all files by just one click ?
 
Hi Low

A macro solution, assign it to a toolbar button:

Sub SaveAll()
Dim WB As Workbook
For Each WB In Application.Workbooks
WB.Save
DoEvents
Next
End Sub

HTH. Best wishes Harald

"Mr. Low" wrote in message
...
Hi,

I have 10 working files in an active window.

There is no Save All button under the file menu.

May I know if I can save all the files at one click without having to exit
excel ?


Thanks

Low



Mr. Low[_3_]

Excel 2002: Can I save all files by just one click ?
 
Hi Harald Staff,

Thanks for the codes.

May I know how to assign a button at the tool bar for this code ?

Any URL to explain it in detail ?

Thanks

Low


"Harald Staff" wrote:

Hi Low

A macro solution, assign it to a toolbar button:

Sub SaveAll()
Dim WB As Workbook
For Each WB In Application.Workbooks
WB.Save
DoEvents
Next
End Sub

HTH. Best wishes Harald

"Mr. Low" wrote in message
...
Hi,

I have 10 working files in an active window.

There is no Save All button under the file menu.

May I know if I can save all the files at one click without having to exit
excel ?


Thanks

Low


.



All times are GMT +1. The time now is 07:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com