Excel Hyperlink mass update

前端 未结 5 1593
离开以前
离开以前 2020-12-30 01:58

I have a spreadsheet with thousands of rows. Each row contains a hyperlink with a path.

The path is not valid, however easily fixable by replacing first part of it w

5条回答
  •  不知归路
    2020-12-30 02:37

    No need for a macro

    Warning: Some stuff like graphs etc may be lost, however formulas and formats seem to be preserved.

    • Save the document as XML Spread Sheet

    • Open the file with Notepad

    • "Replace all" from "wrong text string" to "correct text string"

    • Save

    • Open the file with Excel

    • Save document in original format

提交回复
热议问题