R
rickey24
Hi All
I am creating a bunch of new sheets in a workbook and on my summar
sheet want a cell to hyperlink to that sheet. Can't quite figure ou
how to get my variable to be valid in the subaddress line and point t
the newly created sheet and right cell
I Dim tsht as Worksheet and
Set tsht = Activesheet
My anchor:=Selection
Address:=""
Subaddress:=tsht
screentip:="Click here to go to "& hyper
TexttoDisplay:=hyper
I also tried using Hyper in the subaddress which is dim a string, an
has the value of the renamed sheet.
The error I get is reference is not Valid on the excel sheet.
Any help is greatly appreciated. Thanks.
R
I am creating a bunch of new sheets in a workbook and on my summar
sheet want a cell to hyperlink to that sheet. Can't quite figure ou
how to get my variable to be valid in the subaddress line and point t
the newly created sheet and right cell
I Dim tsht as Worksheet and
Set tsht = Activesheet
My anchor:=Selection
Address:=""
Subaddress:=tsht
screentip:="Click here to go to "& hyper
TexttoDisplay:=hyper
I also tried using Hyper in the subaddress which is dim a string, an
has the value of the renamed sheet.
The error I get is reference is not Valid on the excel sheet.
Any help is greatly appreciated. Thanks.
R