#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default save all files

Hi,

I usually use about 15 files at the same time and I would like to
arrange a way to save all files at once instead of save the files one
by one.

Anyone knows a add in or a macro that could do this ?

Thank you

Ricardo

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default save all files

On Mar 7, 1:21 pm, "Carpe Diem" wrote:
Hi,

I usually use about 15 files at the same time and I would like to
arrange a way to save all files at once instead of save the files one
by one.

Anyone knows a add in or a macro that could do this ?

Thank you

Ricardo


Ricardo,
the following code will save all files. It might need to be amended if
you seek more automation

Sub SaveAll
Dim w
For each w in Workbooks
w.save
Next w
End Sub

HTH
Kostis Vezerides

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 340
Default save all files

Try File Save Workspace then click Yes to All at the save changes
prompt.

The workspace file that is saved will open all fifteen files at once
and you can arrange the files (window arrange cascade, tiled,...)
before choosing this option to save the layout configuration.

On Mar 7, 10:21 am, "Carpe Diem" wrote:
Hi,

I usually use about 15 files at the same time and I would like to
arrange a way to save all files at once instead of save the files one
by one.

Anyone knows a add in or a macro that could do this ?

Thank you

Ricardo



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
Can I save excel files as web connected files Sophia Chen Excel Discussion (Misc queries) 0 September 27th 06 11:34 PM
XLT files will not save as XLS John in Chineham Excel Discussion (Misc queries) 3 September 3rd 06 09:41 AM
I can't save my files destroyer Excel Discussion (Misc queries) 3 August 18th 06 04:53 PM
save files bkyw Excel Discussion (Misc queries) 1 July 9th 06 07:40 AM
Save files before closing MasterP Excel Discussion (Misc queries) 1 December 30th 05 08:13 PM


All times are GMT +1. The time now is 10:59 PM.

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

About Us

"It's about Microsoft Excel"