copy shape from one publisher document to abother

B

bcarsto

How do I programmataically copy a shape from one publisher document to
another without using "save as" / "open" or the clipboard?
 
G

gummy

How do I programmataically copy a shape from one publisher document
to
another without using "save as" / "open" or the clipboard?


Copy Method [Publisher 2003 VBA Language Reference]
Copies the specified object to the Clipboard.


expression.Copy
 
Top