I'm trying to find all hyperlink strings surrounded by parentheses "(" & ")" in my active sheet and perform two functions.
Function 1 is to delete the parentheses when a hyperlink string is within them ( It must avoid parentheses that do not contain hyperlinks as they may contain necessary text notes.
Function 2 is to insert a PNG icon (Download link.png) to the left of the hyperlink string that is click-able and will open the relevant hyperlink.
Here is a thread where someone got a similar VBA script to work:
I'm having trouble modifying it to suit my needs. Could someone give this a shot and help me out?
Any help would be much appreciated.
Function 1 is to delete the parentheses when a hyperlink string is within them ( It must avoid parentheses that do not contain hyperlinks as they may contain necessary text notes.
Function 2 is to insert a PNG icon (Download link.png) to the left of the hyperlink string that is click-able and will open the relevant hyperlink.
Here is a thread where someone got a similar VBA script to work:
I'm having trouble modifying it to suit my needs. Could someone give this a shot and help me out?
Any help would be much appreciated.