Ridge
Mon Aug 22 12:47:47 CDT 2005
Brilliant, Cindy!
Thank you.
R.
"Cindy M -WordMVP-" <C.Meister-C@hispeed.ch> wrote in message
news:VA.0000b2ce.00484fc7@speedy...
> Hi Ridge,
>
> > OK, I've been looking high and low for a way to do that. When I select
the
> > object, I can't find any reference to properties or anything like that.
Can
> > you point me in the right direction?
> >
> Assuming you have the Shape actually selected in the UI:
> Selection.ShapeRange(1).Name = "My name"
>
> There is no interface in the UI for applying or reading names of objects
in
> the Drawing layer (not in-line with the text).
>
> > Umm -- like insert a bookmark right next to the shape?
> >
> Select the InlineShape, then InsertBookmark, if we're talking UI. You can
then
> address it with something like
>
> Set ils = ActiveDocument.Bookmarks("Name").Range.InlineShapes(1)
>
> Cindy Meister
> INTER-Solutions, Switzerland
>
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
>
http://www.word.mvps.org
>
> This reply is posted in the Newsgroup; please post any follow question or
> reply in the newsgroup and not by e-mail :-)
>