PC Review


Reply
Thread Tools Rate Thread

adding hyperlinks

 
 
greg
Guest
Posts: n/a
 
      26th Apr 2007
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 With Quote
 
 
 
 
=?Utf-8?B?VG9tIEh1dGNoaW5z?=
Guest
Posts: n/a
 
      26th Apr 2007
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 With Quote
 
greg
Guest
Posts: n/a
 
      27th Apr 2007
ok, thanks

"Tom Hutchins" <(E-Mail Removed)> wrote in message
news:812348AB-C8A1-41C4-B3CA-(E-Mail Removed)...
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding hyperlinks? Geoff Cox Microsoft Powerpoint 2 3rd Apr 2006 04:34 PM
Re: adding hyperlinks Trevor L. Microsoft Frontpage 25 18th Dec 2005 09:11 AM
adding hyperlinks john.9.williams@bt.com Microsoft Excel Programming 1 28th Jan 2005 02:40 PM
Adding in Hyperlinks Lor Microsoft Frontpage 8 3rd Jun 2004 02:33 PM
Adding Hyperlinks Linda Microsoft Powerpoint 2 4th Apr 2004 02:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:30 AM.