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]
|