Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default removing links between workbooks

Hello,

I have a macro which selects a number of sheets and exports them into
a new file. One of the sheets is an admin sheet which contains
information for the other sheets (links). However, even though I
include this admin sheet in the selection for the new file, and it
places the admin sheet in the new file, all of the other sheets
reference the original file's admin sheet. Is there a way around this
instead of me adding code to the macro to setup the links within the
new spreadsheet?

kind regards,

Matt

  #2   Report Post  
Posted to microsoft.public.excel.programming
dq dq is offline
external usenet poster
 
Posts: 46
Default removing links between workbooks

Hello Matt,

This won't happen if you copy the sheets all at the same time
e.g. Sheets(Array("Sheet2", "Sheet1")).Copy
or ActiveWindow.SelectedSheets.Copy

DQ

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
Slow opening links between workbooks with links created in 2003 Russell Excel Discussion (Misc queries) 0 December 14th 09 02:59 PM
Updating Workbooks from multiple links Workbooks TimJames Excel Worksheet Functions 1 December 15th 07 03:34 PM
removing links to external workbooks ll Excel Programming 9 February 15th 07 04:30 PM
removing links to external workbooks via vba ll Excel Programming 0 February 7th 07 10:37 PM
Removing links to other workbooks-Excel 2000 ktroupe70 Excel Worksheet Functions 4 May 4th 05 10:33 PM


All times are GMT +1. The time now is 05:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"