Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jbc jbc is offline
external usenet poster
 
Posts: 5
Default Saving multiple Workbooks

I am new to 07.

I have had success saving multiple workbooks if each has had a change made.
I have trouble if I open multiple books and make a change to book 1 that book
2 links to. The link from book 2 updates but is not saved.

Is there a save all function as opposed to a close all? That will adress
this issue?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 138
Default Saving multiple Workbooks

Maybe the example from VB Help can help:
This example saves all open workbooks and then closes Microsoft Excel.

For Each w In Application.Workbooks
w.Save
Next w
Application.Quit
Cheers,Joerg

"JBC" wrote in message
...
I am new to 07.

I have had success saving multiple workbooks if each has had a change
made.
I have trouble if I open multiple books and make a change to book 1 that
book
2 links to. The link from book 2 updates but is not saved.

Is there a save all function as opposed to a close all? That will adress
this issue?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Saving multiple Workbooks

Hi,

Save workbooks in an arranged workspace


When you open a workspace file (workspace file: A file that saves display
information about open workbooks, so that you can later resume work with the
same window sizes, print areas, screen magnification, and display settings. A
workspace file doesn't contain the workbooks themselves.), Microsoft Excel
opens each workbook saved in the workspace.

1. Open the workbooks you want to save in a workspace.
2. Size and arrange the workbook windows as you want them to appear when you
open the workspace.
3. On the File menu, click Save Workspace.
4. In the File name box, type a name for the workspace file.

Tip

To open the workbooks each time you start Excel, save the workspace file in
an alternate startup folder (alternate startup folder: A folder in addition
to the XLStart folder that contains workbooks or other files that you want to
be opened automatically when you start Excel and templates that you want to
be available when you create new workbooks.). Save only the workspace file,
not the workbook files, in the alternate startup folder.

Challa Prabhu


"JBC" wrote:

I am new to 07.

I have had success saving multiple workbooks if each has had a change made.
I have trouble if I open multiple books and make a change to book 1 that book
2 links to. The link from book 2 updates but is not saved.

Is there a save all function as opposed to a close all? That will adress
this issue?

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
Saving the Macro for all workbooks Pranay Shah New Users to Excel 7 July 19th 07 09:11 PM
Saving Workbooks w/ Charts Bob Barnes Excel Discussion (Misc queries) 1 April 22nd 07 04:08 PM
Shared Workbooks Saving JenPrl Excel Discussion (Misc queries) 0 March 30th 07 01:52 AM
SAVING DATA TO CLOSED WORKBOOKS DarnTootn Excel Worksheet Functions 0 May 15th 06 04:21 PM
Saving changes in shared workbooks Creator Excel Discussion (Misc queries) 2 February 13th 06 09:07 PM


All times are GMT +1. The time now is 01:19 AM.

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"