> I can't find a way to do this with a pic inserted from file (using
> webadress as a filename) but if you can identify any physical
[quoted text clipped - 4 lines]
>
> Good luck.
If only there were distinguishing features between the two, not even
the defined names of the Shapes help! I was quizzed about this whilst
doing another IT job for a company so I hope I can find an answer,
they'd be dead chuffed! Just looked at a BreakLink method for OLE
objects but not sure whether this is what I'm looking for...
m
idyllicabyss@googlemail.com - 24 Mar 2006 02:44 GMT
How are the images linked to the document? Do they still appear if
there is no internet connection available?
Are you able to see the information you require by manually viewing
properties for the picture, eg Alternate Text?
How many pictures does the doc contain, you may need to do it manually
amd recommend using Wingdings font for ticks and crosses next time!
thebubblejungle - 24 Mar 2006 02:53 GMT
I really can't work out how they're linked!
The file appears to be created automatically from an .aspx document
with the images in place. Without an Internet connection the pictures
don't appear, but I can't find any information on the linkages at all.
I exported the file to HTML and the links were there, so they must be
held by Excel somewhere...
The documents contain on average around 2000 images!
m
idyllicabyss@googlemail.com - 24 Mar 2006 03:02 GMT
Perhaps rather than opening the file directly into Excel you can try
importing the file as a New Web Query via Data > Import External Data?
If that works you can clean up any spurious data with VBA or simply
copy relevant data to a clean sheet with VBA. It would certainly be
easy to analyse a particular column to retrieve parts of a URL for you
ticks or crosses.
thebubblejungle - 24 Mar 2006 03:07 GMT
That nearly worked, good suggestion but it simply just removed all
image references. I ran ActiveWorkbook.LinkSources(xlOLELinks) and that
says I have no LinkSources, that is totally messed up because I know
they are there!
I think I better get some sleep, something might come to me during the
night.
m