Selection.EnhMetaFileBits (Word)

Returns a Variant that represents a picture representation of how a selection or range of text appears.

The EnhMetaFileBits property returns an array of bytes, which can be used with the Microsoft Windows 32 Application Programming Interface from within the Microsoft Visual Basic or Microsoft C++ development environment.


Dim bytSelection() As Byte 
 
bytSelection = Selection.EnhMetaFileBits