How do I determinea graphic's name?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to update some bitmaps in a document and need to be able to identify
them.
 
Right-click on it and select properties and it should have that information
there.
 
Unfortunately, Carol's suggestion won't work for a graphic in a Word doc.
When a graphic is inserted into a doc as an embedded object, it is actually a
copy made in the doc & has no 'ties' to the original image file... therefore
it has no name or other Properties associated with it.

The exception is if the image is Linked (rather than simply embedded), in
which case you can go to Edit>Links to not only identify the linked graphic
file but also update the link from there. BTW - If the Links command is
dimmed it means the doc contains no linked objects.

HTH |:>)
 
So, in the future, it appears advantageous to Link graphics rather than Embed
them. True?
 
No problem... one of the main reasons I stick around is that I keep learning
from others.

Your suggestion is a logical assumption, though, because accss to
'properties' s so commonplace that we sometimes take it for granted. This was
just an exception to the rule, so to speak.

Regards |:>)
 
Yes, and note also that the field code for a linked graphic is visible only
if the graphic is inline; if it's wrapped, you have to make it inline
temporarily to view the field code or use Edit Field.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
There is another way to identify the image names, but it requires a bit of
digging and the use of the script editor (ALT+SHIFT+F11) This displays the
html information associated with that page and contains a glut of stuff.
Each image in the document will have a line similar to

<v:imagedata src="Test_files/image001.jpg" o:title="124-2467_IMG"/>

124-2467_IMG(.jpg) is the filename of the image


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top