Thread: [Solved] buttons to import a picture
View Single Post
 
Old 10-09-2012, 03:19 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,359
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

The is no 'picture content form field'. As indicated in my previous post, the picture can go directly into the table cell.

To clear the picture from the table you could use code like:
ActiveDocument.Tables(1).Range.Cells(1).Range.Dele te

Whilst there is a picture content control, your code suggests you're only working with formfields. Equally, I'm not sure why you're referencing formfields from a userform - usually, you'd use one or the other.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote