Save Selection in Visio.Selection into Another Visio Doc

G

Gary

I have a selection of objects in a Visio.Selection. How can I save this
selection into another Visio Document????


Thank You,

Gary
 
P

Paul Herber

I have a selection of objects in a Visio.Selection. How can I save this
selection into another Visio Document????

selectionObject.Copy
newDocument.Pages[<page>].Paste
 
Top