Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I save excel files as web connected files | Excel Discussion (Misc queries) | |||
XLT files will not save as XLS | Excel Discussion (Misc queries) | |||
I can't save my files | Excel Discussion (Misc queries) | |||
save files | Excel Discussion (Misc queries) | |||
Save files before closing | Excel Discussion (Misc queries) |