recorded this:
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="", SubAddress:= "Sheet1!K72", TextToDisplay:="hypertest"
You need to ensure you change the Link Tooption on the insert hyperlink wizard to Place in this document
The only thing wrong with your code that I can see is that the sheet name is not referneced properly:
SubAddress:= "At 60!I1"
Should be:
SubAddress:="'At 60'!I1",
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
Please read FAQ222-2244 before you ask a question