Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have downloaded Email (Col A), Names (Col B), Address (Col C), etc from the net (about 1000+). I wish to send each one of them an email with the profile of our company. I searched the groups and found the following routine. Sub testme02() Dim myPict As Picture Dim myHyperLink As Hyperlink Set myPict = ActiveSheet.Pictures(1) Set myHyperLink = Nothing On Error Resume Next Set myHyperLink = myPict.ShapeRange.Item(1).Hyperlink On Error GoTo 0 If myHyperLink Is Nothing Then MsgBox "no links" Else MsgBox myHyperLink.Address End If End Sub The Emails in Col A are pictures. I wish to have the above routine to extract mail address from each picture and copy it in Col D in respective rows. At present I am doing "Right Click-Edit Hyperlink-Copy the email address-Go To Col D and Paste... which is very very time consuming. I am using Excel 2003. Your help would be appreciated. Ashish Kumar |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Mr. Peterson's Code.. Print serially from a Sheet | Excel Programming | |||
Rename Multiple Sheets - Help with Mr Dave Peterson's Code | Excel Programming | |||
Help with Mr. Peterson's Code.. Print serially from a Sheet | Excel Programming | |||
Dir () code -- Dave Peterson | Excel Programming | |||
Help with Mr. Dave Peterson's Code for Consolidating Many Sheets to One | Excel Programming |