Word 2007/VB - Picture Content Control

R

Ryan

Hey all,

This is a relatively easy issue to combat if I choose to use the VB (active
X) method to place an image in a document. However, I would really like to be
able to do this with the Picture Content Control in the dev tab, that has
tags included with it.

Is there a method/property to gain access to what image the picture content
control displays on load.

I know for example for an active X control named test, it could be said that

test.Picture = loadPicture("Location")

but as far as I can see thus far, I cannot find a way to do this with the
picture content control.

(the purpose for doing this is so that when a user updates an image in an
image directory, the word doc is forced to be upgraded as well)

Thanks,

- Ryan
 

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

Top