Code Red > VB(A)

Paste special Metafile

(1/1)

mbrandt5:
Please if anyone knows how to programmatically paste special a drawing as a metafile, help me lol. Through ActiveX, VBA, and Autolisp all I can find is sending the command with sendcommand, though then I can not select from the dialog box with my current.  "_.-PASTESPEC" seemingly does not work, thoughts??

mbrandt5:
Actually figured it out for anyone interested, to select the metafile you can used the letter, so the following.  The p is for selecting "Picture (Metafile)"



--- Code: ---Sendcommand "_PASTESPEC" "P"
--- End code ---

Navigation

[0] Message Index

Go to full version