Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
Further to my previous post I have found this on the newsgroup. If the following macro can be 'modified' to my needs then I would be really grateful. The following macro should be modified to read each Pictures in Column C and Input the Hyperlink in the corresponding row in Column H... TIA Sub testme02() Dim myPict As Picture Dim myHyperLink As Hyperlink Set myPict = ActiveSheet.Pictures(5) 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract a picture from Background of a Graph | Charts and Charting in Excel | |||
Can I extract a picture from an excel file and save it elsewhere? | Excel Discussion (Misc queries) | |||
Extract Picture from a Header | Excel Discussion (Misc queries) | |||
How do I extract a picture from Excel and save it? | Excel Discussion (Misc queries) | |||
How to extract a picture from an Excel worksheet into a picture fi | Excel Discussion (Misc queries) |