Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2007

Tip: Looking for answers? Try searching our database.

Hyperlinks

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Candace Sanhez - 08 Nov 2006 16:44 GMT
Is there a way in excel to turn off the hyperlink feature for an entire
column of data?  I have a column of email addresses, and I don't want any of
them to be an active hyperlink.  I can remove the hyperlink individually,
but have not been able to find a way to do it for the entire column of data.

Thanks!
Gord Dibben - 08 Nov 2006 20:02 GMT
Candace

A small macro will remove any existing hyperlinks.

Sub Delete_HLinks()
For Each cel In Selection
   cel.Hyperlinks.Delete
   Next cel
End Sub

To prevent future hyperlinks for the entire sheet go to Tools>Autocorrect
Options>AutoFormat as you type.

Un-select "Replace as you type"  for internet addresses etc.

Gord Dibben  MS Excel MVP

>Is there a way in excel to turn off the hyperlink feature for an entire
>column of data?  I have a column of email addresses, and I don't want any of
>them to be an active hyperlink.  I can remove the hyperlink individually,
>but have not been able to find a way to do it for the entire column of data.
>
>Thanks!
Dave Peterson - 08 Nov 2006 21:56 GMT
And I think you can remove all the hyperlinks in one fell swoop <bg>.

Sub Delete_HLinks()
 Selection.Hyperlinks.Delete
End Sub

> Candace
>
[quoted text clipped - 19 lines]
> >
> >Thanks!

Signature

Dave Peterson

Gord Dibben - 08 Nov 2006 22:12 GMT
Thanks Dave.

Always a faster way.

Gord

>And I think you can remove all the hyperlinks in one fell swoop <bg>.
>
[quoted text clipped - 25 lines]
>> >
>> >Thanks!

Gord Dibben  MS Excel MVP
redruthann - 25 Jan 2007 16:29 GMT
YOU ARE THE BEST!

I've been struggling with this for a while.  Just like Candace, I needed to
remove several pastes hyperlinks, but I do not want to turn them off
completely, So Thank You Very Much

Ruth
No Reply Needed

> And I think you can remove all the hyperlinks in one fell swoop <bg>.
>
[quoted text clipped - 25 lines]
> > >
> > >Thanks!
Dave Peterson - 25 Jan 2007 17:00 GMT
Glad you got it working the way you want.

> YOU ARE THE BEST!
>
[quoted text clipped - 38 lines]
> >
> > Dave Peterson

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.