P
PeterM
I'm using Office2003 on XP.
I have a spreadsheet with two sheets. SheetA contains one particular column
that is a hyperlink. I"ve written VBA Code to scan SheetA and find specific
rows and copy some of the data from SheetA onto SheetB. My problem is that I
need to copy the hyperlink info from SheetA to the corresponding cell on
SheetB. I know how to add a hyperlink to a cell
Range("H26").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:=
......................
however I can't figure out how to determine what the hyperlink address is
on the source cell in SheetA.
Can anyone help? Thanks in advance.
I have a spreadsheet with two sheets. SheetA contains one particular column
that is a hyperlink. I"ve written VBA Code to scan SheetA and find specific
rows and copy some of the data from SheetA onto SheetB. My problem is that I
need to copy the hyperlink info from SheetA to the corresponding cell on
SheetB. I know how to add a hyperlink to a cell
Range("H26").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:=
......................
however I can't figure out how to determine what the hyperlink address is
on the source cell in SheetA.
Can anyone help? Thanks in advance.