Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
baileygrrrl
 
Posts: n/a
Default how to link an entire worksheet to another

I have two identical worksheets on my company network - both in different
locations. What I want to do is link workbook a to workbook b in it's
entirety without having to do it cell by cell. How can I do this?

Thanks,
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

You wouldn't want to link an "entire" worksheet to another.

That's a lotta cells.......16777216

What you can do is have both books open.

Select the range you want to link from first sheet and copy that range.

Select other book and on a new sheet Paste SpecialPaste LinkOKEsc.

OR simply save the first workbook to two different locations each time you
save it.


Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
'Saves the current file to a backup folder and the default folder
'Note that any backup is overwritten
Application.DisplayAlerts = False
ActiveWorkbook.SaveCopyAs Filename:="E:\GordStuff\Backup\" & _
ActiveWorkbook.Name
ActiveWorkbook.Save
Application.DisplayAlerts = True
End Sub


Gord Dibben Excel MVP

On Wed, 12 Jan 2005 13:21:07 -0800, "baileygrrrl"
wrote:

I have two identical worksheets on my company network - both in different
locations. What I want to do is link workbook a to workbook b in it's
entirety without having to do it cell by cell. How can I do this?

Thanks,


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
Link in worksheet Yves Excel Discussion (Misc queries) 1 January 18th 05 05:27 AM
Why am I unable to link a cell in one worksheet to a cell in anot. Dave Excel Discussion (Misc queries) 1 January 8th 05 01:51 AM
Can I link a cell to reflect a worksheet name? bkester Excel Discussion (Misc queries) 3 January 5th 05 10:47 PM
How do link to a remote worksheet using the path value in a field? Michael T. Links and Linking in Excel 3 December 11th 04 08:45 AM
Copy worksheet with Pivot Table and break link to original workshe setter-lover Excel Worksheet Functions 0 November 18th 04 09:29 PM


All times are GMT +1. The time now is 10:55 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"