J
John
In a macro I am adding hyperlinks using the following code:
Cells(i, "H").Select ActiveSheet.Hyperlinks.Add Anchor:=Selection,
Address:="http://blahblahbla"
Is it possible to add a hyperlink in this fashion without changing the
formating of cell?
Thanks for looking.
Cells(i, "H").Select ActiveSheet.Hyperlinks.Add Anchor:=Selection,
Address:="http://blahblahbla"
Is it possible to add a hyperlink in this fashion without changing the
formating of cell?
Thanks for looking.