Let's try with this workaround:
1) Get a bitmap of your object with
GetPanelDisplayBitmap (panel, VAL_VISIBLE_AREA, VAL_ENTIRE_OBJECT,
&bitmapID);
or
GetCtrlBitmap (panel, control, plotHandle, &bitmapID); for the grpah's plots
2) put the image obtained to the clipboard by
ClipboardPutBitmap (bitmapID);
3) paste this image from the clipboard to a word document by activeX (I can't help you on this point 'cause I had never used activeX with word, but I assume it's someway possible).
Roberto