Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know how to write the VBA code copy a
hyperlink I tried to record a macro where I select a cell that has a hyperlink. I choose edit HYPERLINK, COPY HYPERLINK and then I select cell and paste. here is the code it generates. Sub Macro2() ' ' Macro2 Macro ' Macro recorded 4/29/2004 by JOHN F SHARKEY ' ' Range("A8").Select Selection.Copy Range("E8").Select ActiveSheet.Paste End Sub Any way around this? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying Hyperlinks by column | Excel Discussion (Misc queries) | |||
Copying hyperlinks | Excel Discussion (Misc queries) | |||
Copying Hyperlinks | Excel Discussion (Misc queries) | |||
Problem with copying Hyperlinks | Excel Discussion (Misc queries) | |||
hyperlinks and copying a worksheet | Excel Worksheet Functions |