Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am trying to make a macro that willl copy a column containing hyperlinks and past only the address portion of the hyperlink to another column. Here's what I have: Sub Macro2() ' ' Macro2 Macro ' Macro recorded 1/14/2007 by Bonnie Hicks ' ' Columns("B:B").Select Selection.Copy ActiveWindow.ScrollColumn = 2 ActiveWindow.ScrollColumn = 3 ActiveWindow.ScrollColumn = 4 ActiveWindow.ScrollColumn = 5 ActiveWindow.ScrollColumn = 6 Columns("J:J").Select ActiveSheet.Paste End Sub Can anyone tell me if I can change the Paste line to only include the hyperlink address or another way to do this. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving rows with Hyperlink doesn't move hyperlink address | Excel Discussion (Misc queries) | |||
Hyperlink problem to cell in same workbook | Excel Worksheet Functions | |||
Hyperlink problem to cell in same workbook | Excel Discussion (Misc queries) | |||
hyperlink base address | Excel Discussion (Misc queries) | |||
Hyperlink Address for Charts in Excel? | Excel Discussion (Misc queries) |