D
ddm
hi,
i has a application that call pastespecial function in MS word 2007, it give
me black color window meta file. Basically, this application will open a word
doc which has a small drawing file inside, and then use the pastespecial it
to another opened word document. It give me the black color picture.
When the document is opened, i try manually add the Home->
Clipboard->Paste-> PAsteSpecial and select the window Metafile, i able to add
to the opened word document and after that able see the actual picture.
the code that doing this,
xxx.Selection.PasteSpecial Placement:=wdlnLine,
DataType:=wdPasteMetaFilePicture
Hope this help.
i has a application that call pastespecial function in MS word 2007, it give
me black color window meta file. Basically, this application will open a word
doc which has a small drawing file inside, and then use the pastespecial it
to another opened word document. It give me the black color picture.
When the document is opened, i try manually add the Home->
Clipboard->Paste-> PAsteSpecial and select the window Metafile, i able to add
to the opened word document and after that able see the actual picture.
the code that doing this,
xxx.Selection.PasteSpecial Placement:=wdlnLine,
DataType:=wdPasteMetaFilePicture
Hope this help.