i have a bunch (in fact 800) of cells populated with text that are links.
for example say
a1.value is "www.msn.com"
a2.value is "www.google.com"
.
.
a10.value is "www.facebook.com"
I would like to assign to each cell a hyperlink to get somehting like:
sheet1.cells(1,1).Address:="http://www.msn.com" , TextToDisplay:="www.msn.com"
sheet1.cells(1,2).Address:="http://www.google.com" , TextToDisplay:="www.google.com"
.
.
.
sheet1.cells(1,2).Address:="http://www.facebook.com" , TextToDisplay:="www.facebook.com"