Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to return the full source path of image files for linked images
in an Excel spreadsheet (msoLinkedPicture). The following code does not work, but it demonstrates what I am trying to do. Dim oShape As Shape For Each oShape In ActiveSheet.Shapes If oShape.Type = msoLinkedPicture Then Debug.Print oShape.LinkFormat.SourceFullName End If Next Does anyone happen to know how to return a linked picture's source name? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula too long - new file path is shorter than old file path - Excel 2003 | Excel Worksheet Functions | |||
Loading Pictures in Image box | Excel Programming | |||
Linked file in same folder but unknown path | Excel Programming | |||
default path for pictures | Excel Discussion (Misc queries) | |||
Copy and Paste Formula Without the linked file path | Excel Worksheet Functions |