G
Guest
Hi All
I have a bit of hyperlink code for which individuals using XL2002 are unable to utilize or view the hyperlinks
I run the code and send out the workbook. But then receive emails from XL2002 users that the links are useless to them
ActiveSheet.Hyperlinks.Add Anchor:=Cells(cRow - 1 + cSht, cCol),
Address:="", SubAddress:="'" & Sheets(cSht).Name & "'!A1
The hyperlinks need to be viewed in XL versions 97-2002. The above code works in 95-2000. Any suggestions
Thank You
RozB
I have a bit of hyperlink code for which individuals using XL2002 are unable to utilize or view the hyperlinks
I run the code and send out the workbook. But then receive emails from XL2002 users that the links are useless to them
ActiveSheet.Hyperlinks.Add Anchor:=Cells(cRow - 1 + cSht, cCol),
Address:="", SubAddress:="'" & Sheets(cSht).Name & "'!A1
The hyperlinks need to be viewed in XL versions 97-2002. The above code works in 95-2000. Any suggestions
Thank You
RozB