PC Review


Reply
Thread Tools Rate Thread

Convert email hyperlink

 
 
DougieB
Guest
Posts: n/a
 
      14th Apr 2009
Excel2003-
I have a very long column of email hyperlinks pasted in from a website. They
look like envelope pictures. To change them to text, I have to point to the
envelope, so the cursor changes to a hand, rightclick, edit hyperlink, copy
to adjacent column....
The macro I recorded looks like this:
Keyboard Shortcut: Ctrl+b
'
ActiveSheet.Shapes("Picture 1").Select
ActiveCell.Offset(0, 1).Range("A1").Select
ActiveSheet.Paste
ActiveCell.Offset(1, -1).Range("A1").Select
End Sub

Of course, the macro keeps doing its thing on "Picture 1". I'd like it to
convert the whole column. I'm stuck--Any help? And yes, VBA is a foreign
language to me.
 
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
convert plain email addresses to hyperlink JERRY Microsoft Outlook Contacts 3 5th May 2009 02:22 PM
convert hyperlink to email address Seemore Microsoft Excel Programming 24 7th Aug 2008 09:53 PM
Convert List - Hyperlink - Template - Auto Email SteveT Microsoft Excel Programming 0 17th Jun 2008 08:11 PM
copy/convert column email addresses Hyperlink "mailto:" excel97 =?Utf-8?B?ZGFsZW1hbjEwMQ==?= Microsoft Excel Misc 3 3rd Nov 2005 01:21 PM
How do I convert a column of cells with text emails to hyperlink to email ... G Vandevalk Microsoft Excel Discussion 2 14th Jan 2005 10:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:36 PM.