#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Hyperlinks

New subject for me: Whenever we input or import address lists from
customers, the hyperlink is usually active. We can click on the cell around
an active hyperlink, then use the arrow key to access that cell, right click
and inactivate the hyperlink. However, we can only do it one at a time. How
do we highlight a column of email addresses and then make the entire column
inactive? I sure hope that is possible. It will save us a lot of time.

Thank you,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Hyperlinks

Try selecting the column and:

Sub collum()
For Each r In Selection
v = r.Value
r.Clear
r.Value = v
Next
End Sub


--
Gary''s Student - gsnu200770


"Cody Kid" wrote:

New subject for me: Whenever we input or import address lists from
customers, the hyperlink is usually active. We can click on the cell around
an active hyperlink, then use the arrow key to access that cell, right click
and inactivate the hyperlink. However, we can only do it one at a time. How
do we highlight a column of email addresses and then make the entire column
inactive? I sure hope that is possible. It will save us a lot of time.

Thank you,

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Hyperlinks

Gary,

It looks like you have given me a formula or function of some type. Not my
area of expertise and I don't know how to enter it. Could you give me a
1-2-3 step instructions please. This is an absolutely fabulous way to learn
excel and I do so appreciate your help.
Cody

"Cody Kid" wrote:

New subject for me: Whenever we input or import address lists from
customers, the hyperlink is usually active. We can click on the cell around
an active hyperlink, then use the arrow key to access that cell, right click
and inactivate the hyperlink. However, we can only do it one at a time. How
do we highlight a column of email addresses and then make the entire column
inactive? I sure hope that is possible. It will save us a lot of time.

Thank you,

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Hyperlinks

The material I posted is a macro. Macros are very easy to install and use:

1. ALT-F11 brings up the VBE window
2. ALT-I
ALT-M opens a fresh module
3. paste the stuff in and close the VBE window

If you save the workbook, the macro will be saved with it.

To remove the macro:

1. bring up the VBE window as above
2. clear the code out
3. close the VBE window

To use the macro from Excel:

1. Select the cells you want to change
2. ALT-F8
3. Select the macro
4. Touch RUN

To learn more about macros in general, see:

http://www.mvps.org/dmcritchie/excel/getstarted.htm




--
Gary''s Student - gsnu200770


"Cody Kid" wrote:

Gary,

It looks like you have given me a formula or function of some type. Not my
area of expertise and I don't know how to enter it. Could you give me a
1-2-3 step instructions please. This is an absolutely fabulous way to learn
excel and I do so appreciate your help.
Cody

"Cody Kid" wrote:

New subject for me: Whenever we input or import address lists from
customers, the hyperlink is usually active. We can click on the cell around
an active hyperlink, then use the arrow key to access that cell, right click
and inactivate the hyperlink. However, we can only do it one at a time. How
do we highlight a column of email addresses and then make the entire column
inactive? I sure hope that is possible. It will save us a lot of time.

Thank you,

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlinks: Hyperlinks change on copy/paste? Rick S. Excel Worksheet Functions 0 November 13th 07 08:19 PM
Update 2000 Excel hyperlinks to 2003 hyperlinks lonv155 Excel Worksheet Functions 4 October 25th 07 05:51 AM
How toi turn-off hyperlinks [excel]? Email hyperlinks pop up ! jacob735 Excel Discussion (Misc queries) 1 June 22nd 07 12:57 AM
hyperlinks [email protected] Excel Worksheet Functions 1 July 11th 06 06:10 PM
Excel Hyperlinks- cell content v. hyperlinks herpetafauna Excel Discussion (Misc queries) 2 May 23rd 06 04:39 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"