Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have these two routines. They are supposed to do the same. For some reason, the Y routine gives me an error. Please advise Thank you Tuli Public Sub X() Sheets("Sheet1").Hyperlinks.Add Anchor:=Sheets("sheet1").Cells(1, 2), Address:="", SubAddress:= _ "'sheet2'!A1", TextToDisplay:="Back <<" End Sub Public Sub Y() Sheets("Sheet1").Hyperlinks.Add Anchor:=Sheets("sheet1").Cells(1, 2), Address:="", SubAddress:= _ Sheets("sheet2").Cells(2, 1), TextToDisplay:="Back <<" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named sheet to change Cells names | New Users to Excel | |||
hyperlink to sheet name where sheet names=cell content | Excel Programming | |||
Use a hyperlink to display a selection of cells on another sheet (in same workbook) | Excel Discussion (Misc queries) | |||
populating cells with sheet names | Excel Programming | |||
Linking sheet tab names to cells | Excel Programming |