K
Kate Moncrieff
Hi,
I'm writing a Word VB macro to insert a metafile into a
Word document and reformat it.
When the macro is run, I want it to be able to tell
whether the clipboard currently contains an EMF picture.
If it does, I want the following statement to be executed:
Selection.PasteSpecial Placement:=wdInLine,
DataType:=wdPasteMetafilePicture
My question is: is it possible to check whether the
clipboard contains an EMF picture without actually pasting
the contents?
Thanks for your help!
Kate
I'm writing a Word VB macro to insert a metafile into a
Word document and reformat it.
When the macro is run, I want it to be able to tell
whether the clipboard currently contains an EMF picture.
If it does, I want the following statement to be executed:
Selection.PasteSpecial Placement:=wdInLine,
DataType:=wdPasteMetafilePicture
My question is: is it possible to check whether the
clipboard contains an EMF picture without actually pasting
the contents?
Thanks for your help!
Kate