RetroManHD
New Member
- Joined
- Jun 17, 2016
- Messages
- 28
Hi guys,
I have a line of code in my macro as below:
The code is: For Each myCell In Sh.Range("J9,D9,D13,O66,D8,A1")
There is more to the macro, but this line basically copies the information of cells from one sheet to cells in another sheet. The problem I'm having is that the final cell 'A1' is a hyperlink to a file on my computer and the hyperlink does not copy across, but the text in the cell does.
I'm wondering does anyone know how I can change the code above so the hyperlink copies across.
Thanks,
Steven.
I have a line of code in my macro as below:
The code is: For Each myCell In Sh.Range("J9,D9,D13,O66,D8,A1")
There is more to the macro, but this line basically copies the information of cells from one sheet to cells in another sheet. The problem I'm having is that the final cell 'A1' is a hyperlink to a file on my computer and the hyperlink does not copy across, but the text in the cell does.
I'm wondering does anyone know how I can change the code above so the hyperlink copies across.
Thanks,
Steven.