Hi,
I have an OLE Object on a form and when I click the button, I want it to copy into Word.
My Template looks like this:
CaseText
Graphic
ItemText
What command would I use to copy it to the Word Document? I tried:
".Goto what:=wdGoToBookmark, Name:="Graphic"
.Paste [Graphic]"
but seem to always get an error message.
Thanks in advance!
I have an OLE Object on a form and when I click the button, I want it to copy into Word.
My Template looks like this:
CaseText
Graphic
ItemText
What command would I use to copy it to the Word Document? I tried:
".Goto what:=wdGoToBookmark, Name:="Graphic"
.Paste [Graphic]"
but seem to always get an error message.
Thanks in advance!