ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   button for saving all workbooks (https://www.excelbanter.com/excel-programming/442586-button-saving-all-workbooks.html)

USH

button for saving all workbooks
 
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo

JLGWhiz[_2_]

button for saving all workbooks
 
same button.


"USH" wrote in message
...
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo




USH

button for saving all workbooks
 
maybe its a lot of open workbooks !!
and for some special reason i cant use autosave..




"JLGWhiz" wrote:

same button.


"USH" wrote in message
...
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo



.


JLGWhiz[_2_]

button for saving all workbooks
 
Maybe this will help:

http://www.dummies.com/how-to/conten...indows-xp.html



"USH" wrote in message
...
maybe its a lot of open workbooks !!
and for some special reason i cant use autosave..




"JLGWhiz" wrote:

same button.


"USH" wrote in message
...
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo



.




Gord Dibben

button for saving all workbooks
 
Don't know what autosave has to do with it but add this macro to your
Personal.xls

NOTE: will save all open workbooks without asking "do you want to save?"

Sub saveall()
Dim wb As Workbook
Application.DisplayAlerts = False
For Each wb In Application.Workbooks
wb.Save
Next
Application.DisplayAlerts = True
End Sub


Gord Dibben MS Excel MVP

On Tue, 18 May 2010 05:49:01 -0700, USH
wrote:

maybe its a lot of open workbooks !!
and for some special reason i cant use autosave..




"JLGWhiz" wrote:

same button.


"USH" wrote in message
...
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo



.



USH

button for saving all workbooks
 
tx all !
one more idea..
is it possible to set that sub as function of excel instead than insed a
workbook ?


"JLGWhiz" wrote:

Maybe this will help:

http://www.dummies.com/how-to/conten...indows-xp.html



"USH" wrote in message
...
maybe its a lot of open workbooks !!
and for some special reason i cant use autosave..




"JLGWhiz" wrote:

same button.


"USH" wrote in message
...
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo


.



.


Gord Dibben

button for saving all workbooks
 
None that I know of.


Gord

On Wed, 19 May 2010 09:31:01 -0700, USH
wrote:

tx all !
one more idea..
is it possible to set that sub as function of excel instead than insed a
workbook ?


"JLGWhiz" wrote:

Maybe this will help:

http://www.dummies.com/how-to/conten...indows-xp.html



"USH" wrote in message
...
maybe its a lot of open workbooks !!
and for some special reason i cant use autosave..




"JLGWhiz" wrote:

same button.


"USH" wrote in message
...
hello !
anybody anybody knows that excel
has a "SAVE" button with a Floppy icon,
int the File Menu..

when you press this button you save the current workbook..

What if i have to save all open workbooks ???

tx !!
paolo


.



.




All times are GMT +1. The time now is 07:40 AM.

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