Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am in excel. adding a hyperlink to a range. So Range.Hyperlinks.Add Now it seems to want 2 items Anchor As Object, Address As String What is this anchor? I am already adding it to a range object. from the range object I already have, can I create this anchor object? how can I do that? thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just use Selection for the Anchor, like this:
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= etc. Hope this helps, Hutch "greg" wrote: Hello, I am in excel. adding a hyperlink to a range. So Range.Hyperlinks.Add Now it seems to want 2 items Anchor As Object, Address As String What is this anchor? I am already adding it to a range object. from the range object I already have, can I create this anchor object? how can I do that? thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok, thanks
"Tom Hutchins" wrote in message ... Just use Selection for the Anchor, like this: ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= etc. Hope this helps, Hutch "greg" wrote: Hello, I am in excel. adding a hyperlink to a range. So Range.Hyperlinks.Add Now it seems to want 2 items Anchor As Object, Address As String What is this anchor? I am already adding it to a range object. from the range object I already have, can I create this anchor object? how can I do that? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding row to sheet; having hyperlinks follow | Excel Worksheet Functions | |||
Adding Multiple Hyperlinks to Excel | Excel Programming | |||
Hyperlinks doing weird things when adding columns or rows | Excel Worksheet Functions | |||
adding hyperlinks | Excel Programming | |||
file automatically adding hyperlinks | Excel Programming |