PC Review


Reply
Thread Tools Rate Thread

button for saving all workbooks

 
 
USH
Guest
Posts: n/a
 
      17th May 2010
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
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      17th May 2010
same button.


"USH" <(E-Mail Removed)> wrote in message
news:4AB6F206-E52F-4B41-8516-(E-Mail Removed)...
> 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



 
Reply With Quote
 
USH
Guest
Posts: n/a
 
      18th May 2010
maybe its a lot of open workbooks !!
and for some special reason i cant use autosave..




"JLGWhiz" wrote:

> same button.
>
>
> "USH" <(E-Mail Removed)> wrote in message
> news:4AB6F206-E52F-4B41-8516-(E-Mail Removed)...
> > 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

>
>
> .
>

 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      18th May 2010
Maybe this will help:

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



"USH" <(E-Mail Removed)> wrote in message
news:9FC761E0-C4EE-45D6-AF4C-(E-Mail Removed)...
> maybe its a lot of open workbooks !!
> and for some special reason i cant use autosave..
>
>
>
>
> "JLGWhiz" wrote:
>
>> same button.
>>
>>
>> "USH" <(E-Mail Removed)> wrote in message
>> news:4AB6F206-E52F-4B41-8516-(E-Mail Removed)...
>> > 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

>>
>>
>> .
>>



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      18th May 2010
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 <(E-Mail Removed)>
wrote:

>maybe its a lot of open workbooks !!
>and for some special reason i cant use autosave..
>
>
>
>
>"JLGWhiz" wrote:
>
>> same button.
>>
>>
>> "USH" <(E-Mail Removed)> wrote in message
>> news:4AB6F206-E52F-4B41-8516-(E-Mail Removed)...
>> > 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

>>
>>
>> .
>>


 
Reply With Quote
 
USH
Guest
Posts: n/a
 
      19th May 2010
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" <(E-Mail Removed)> wrote in message
> news:9FC761E0-C4EE-45D6-AF4C-(E-Mail Removed)...
> > maybe its a lot of open workbooks !!
> > and for some special reason i cant use autosave..
> >
> >
> >
> >
> > "JLGWhiz" wrote:
> >
> >> same button.
> >>
> >>
> >> "USH" <(E-Mail Removed)> wrote in message
> >> news:4AB6F206-E52F-4B41-8516-(E-Mail Removed)...
> >> > 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
> >>
> >>
> >> .
> >>

>
>
> .
>

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      19th May 2010
None that I know of.


Gord

On Wed, 19 May 2010 09:31:01 -0700, USH <(E-Mail Removed)>
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" <(E-Mail Removed)> wrote in message
>> news:9FC761E0-C4EE-45D6-AF4C-(E-Mail Removed)...
>> > maybe its a lot of open workbooks !!
>> > and for some special reason i cant use autosave..
>> >
>> >
>> >
>> >
>> > "JLGWhiz" wrote:
>> >
>> >> same button.
>> >>
>> >>
>> >> "USH" <(E-Mail Removed)> wrote in message
>> >> news:4AB6F206-E52F-4B41-8516-(E-Mail Removed)...
>> >> > 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
>> >>
>> >>
>> >> .
>> >>

>>
>>
>> .
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving Workbooks Jamad Microsoft Excel Misc 2 10th Apr 2008 03:33 PM
Re: saving workbooks Dave Peterson Microsoft Excel Misc 0 2nd Jul 2004 12:17 AM
saving workbooks =?Utf-8?B?YW5keQ==?= Microsoft Excel Misc 0 30th Jun 2004 09:21 PM
Saving workbooks Dell Microsoft Excel Programming 1 1st Mar 2004 04:02 PM
Saving button on all workbooks Todd Huttenstine Microsoft Excel Programming 3 29th Dec 2003 12:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:46 PM.