Re: Programatically Creating a Hyperlink
From: Chad DeMeyer (cjdemeye)
Date: 07/26/04
- Next message: Greg: "Font Switching Macro?"
- Previous message: Lerxst: "Font Switching Macro?"
- In reply to: umpty: "Programatically Creating a Hyperlink"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Jul 2004 12:41:56 -0700
Anchor refers to the range in the document to which the hyperlink will be
attached, i.e., the text the user will be able to click to follow the
hyperlink. So for instance, if the hyperlink was being added to the range
currently selected:
ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, ...
Regards,
Chad
"umpty" <anonymous@discussions.microsoft.com> wrote in message
news:46d301c4733d$646fe2f0$a501280a@phx.gbl...
> I am trying to create a hyperlink and send it to a table
> in Access, but when I create the hyperlink using the
> following syntax, I am unsuccessful:
>
> Add(Anchor, Address, SubAddress, ScreenTip, TextToDisplay,
> Target)
>
> I am confused as to what the "Anchor" argument is looking
> for.
>
> Has anyone used this before, if so, could you enlighten me.
>
> Thanks
- Next message: Greg: "Font Switching Macro?"
- Previous message: Lerxst: "Font Switching Macro?"
- In reply to: umpty: "Programatically Creating a Hyperlink"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|