Excel Hyperlink mass update
        Posted  
        
            by IMHO
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by IMHO
        
        
        
        Published on 2010-05-10T17:51:56Z
        Indexed on 
            2010/05/10
            17:54 UTC
        
        
        Read the original article
        Hit count: 316
        
excel
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 with correct value.
Example: current hyperlink: F:\Help\index.html
Needed: P:\SystemHelp\index.html
The problem is that standard Find/Replace does not "see" content of hyperlinks.
Is the only way to write a macro or is there another way to do it?
© Stack Overflow or respective owner