Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Each month I have to break the links in about 40 workbooks, each with 10-15
worksheets in each. Currently, I open each workbook, group all the tabs and then Copy/Paste special values to break links. Is there an easier way to this - sort of like a batch??? Thanks, Tom |
#2
![]() |
|||
|
|||
![]()
Hi,
To change the links in a book or break the links in a book: - manually: menu Edit Links, there change the source book or break the links. - programmatically: To break all links for cells referencing to sourcebook.xls on C:\ ActiveWorkbook.BreakLink Name:= "C:\sorcebook.xls", Type:= xlExcelLinks To change the links , use ActiveWorkbook.ChangeLink.... Now loop throught the books to process -open one - change/break link -close it - next one -- Regards, Sébastien "tojo107" wrote: Each month I have to break the links in about 40 workbooks, each with 10-15 worksheets in each. Currently, I open each workbook, group all the tabs and then Copy/Paste special values to break links. Is there an easier way to this - sort of like a batch??? Thanks, Tom |
#3
![]() |
|||
|
|||
![]()
In newer versions of excel (xl2002+, IIRC), you can choose:
Edit|Links|Break link. tojo107 wrote: Each month I have to break the links in about 40 workbooks, each with 10-15 worksheets in each. Currently, I open each workbook, group all the tabs and then Copy/Paste special values to break links. Is there an easier way to this - sort of like a batch??? Thanks, Tom -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reoccurring Edit Links Error | Excel Discussion (Misc queries) | |||
can't update links...can't find links | Excel Discussion (Misc queries) | |||
Data Table - Graph Links Breaking!!! | Charts and Charting in Excel | |||
Breaking Links | Excel Discussion (Misc queries) | |||
How do I prevent my links from breaking in Excel? | Excel Worksheet Functions |