D
digbydog
Hi,
Is there anyway to change the name property of a picture via the word menus?
I have gone into vba code and changed the name using
Dim oPicture As Word.Shape
...
oPicture.Name = "Personal Photo"
....
but can't find out how to do it anywhere else. Might seem a strange request
but I am listing all pictures in the document in a list box and have to map
up with database fields that contain images.
Anyway if anyone knows would be much appreciated.
thanks
Simon
Is there anyway to change the name property of a picture via the word menus?
I have gone into vba code and changed the name using
Dim oPicture As Word.Shape
...
oPicture.Name = "Personal Photo"
....
but can't find out how to do it anywhere else. Might seem a strange request
but I am listing all pictures in the document in a list box and have to map
up with database fields that contain images.
Anyway if anyone knows would be much appreciated.
thanks
Simon