> Ok thanks.
>
> --
> Greg Maxey/Word MVP
> See:
>
http://gregmaxey.mvps.org/word_tips.htm> For some helpful tips using Word.
>
>
> Dave Lett wrote:
> > Hi Greg,
> >
> > Just tested the code you provided and it works fine with an image.
> >
> > Dave
> >
> > "Greg Maxey" <gmaxey[ at ]mvps.org> wrote in message
> > news:1152648315.960739.89170[ at ]p79g2000cwp.googlegroups.com...
> >> Dave,
> >> ....then I'm thinking that you have set the RichText argument to
> >> True. That could be my fault as I suggested in the userform group:
> >>
> >> Private Sub OptionButton1_Click()
> >> ActiveDocument.AttachedTemplate.AutoTextEntries("Test").Insert _
> >> Where:=ActiveDocument.Bookmarks("Test").Range, RichText:=True
> >> End Sub
> >>
> >> I didn't test with an actual screen shot image (just text as the
> >> AutoText).
> >>
> >>
> >> Dave Lett wrote:
> >>> Answered in microsoft.public.word.vba.general, I think. Please don't
> >>> cross
> >>> post. If you have autotext that isn't inserting images, then I'm
> >>> thinking that you have set the RichText argument to True.
> >>>
> >>> Dave
> >>>
> >>> "vandaley" <yossisp[ at ]nice.com> wrote in message
> >>> news:1152642091.638213.62000[ at ]35g2000cwc.googlegroups.com...
> >>>> Hi,
> >>>>
> >>>> I need to create option buttons in a user form in VBA word.
> >>>>
> >>>> When the user clicks the option button it will add a piece of text
> >>>> with screen shots to the document and then when following the
> >>>> wizard (user form) more text and screen shots will be added when
> >>>> clicking certain option buttons.
> >>>>
> >>>> I've tried inserting autotext to bookmarks but the screen shots
> >>>> are not added (i get an error in the document).
> >>>>
> >>>> Any ideas?
> >>>>
> >>>> Thanks,