+ Reply to Thread
Results 1 to 3 of 3

Breaking Links

  1. #1
    tojo107
    Guest

    Breaking Links

    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. #2
    sebastienm
    Guest

    RE: Breaking Links

    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. #3
    Dave Peterson
    Guest

    Re: Breaking Links

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1