Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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 ?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default 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


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2002: Can I save all files in one go without exiting ? Mr. Low Excel Discussion (Misc queries) 0 July 6th 07 04:26 PM
Excel 2002 : Unable to open files in MS Outlook 2002 Mr. Low Excel Discussion (Misc queries) 1 June 29th 07 02:12 PM
Can I save excel files as web connected files Sophia Chen Excel Discussion (Misc queries) 0 September 27th 06 11:34 PM
how do I save to Pocket Excel 2002? Trish Excel Discussion (Misc queries) 0 July 6th 05 11:30 PM
why doesnt excel open files when i click on them whisker Excel Discussion (Misc queries) 0 February 19th 05 03:59 AM


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"