Hi!
I have a UserForm in Word 2003, and I have an image control on it. I’d like to change the image displayed in the control based on a combo box. The problem is that I can’t figure out what property to change of the image control. When you put a picture in an image control, you do it in the .Picture property, but apparently that can’t be done in VB code in Word? (in Access it’s soooo much easier :mad:)
So there’s a whole bunch more properties of the image control that are revealed in the VB(A) editor, such as .ControlSource and .RowSource, but I can’t figure out what they’re for, but setting what image is displayed in the image control isn’t a function of any of them either…?
Ultimately, my goal is to have a user pick a choice from a combo box, which will display certain things on the form, which will then populate into the Word document. I’ve got everything running fine (ie. all the text populates and inserts) except the image.
Anyone got any suggestions or samples that might help?
Thanks!
Cecilia 🙂