Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: Can I save all files in one go without exiting ? | Excel Discussion (Misc queries) | |||
Excel 2002 : Unable to open files in MS Outlook 2002 | Excel Discussion (Misc queries) | |||
Can I save excel files as web connected files | Excel Discussion (Misc queries) | |||
how do I save to Pocket Excel 2002? | Excel Discussion (Misc queries) | |||
why doesnt excel open files when i click on them | Excel Discussion (Misc queries) |