BrotherArnold
Technical User
Hi,
I'm sure this is peasy but it's got me scratching my head so much it's hurting!
All I need to do is copy the hyperlink to another cell using VBA.
I'm currently stuck on:
Cells(2,1) = Cells(1,1)
... which only copies the text you see in the link when what I actually want is the path behind the link to appear in the cell.
Any ideas?
Thanks in advance
Rich
I'm sure this is peasy but it's got me scratching my head so much it's hurting!
All I need to do is copy the hyperlink to another cell using VBA.
I'm currently stuck on:
Cells(2,1) = Cells(1,1)
... which only copies the text you see in the link when what I actually want is the path behind the link to appear in the cell.
Any ideas?
Thanks in advance
Rich