Forum Discussion

Cobranack's avatar
Cobranack
Copper Contributor
Jan 21, 2024

Extracting URL from hyperlink and making it automatic

  Function URL(Hyperlink As Range) URL = Hyperlink.Hyperlinks(1).Address End Function     Hello, The VBA code in the first image allows me to use =URL() to extract the URL. I am t...

Resources