Hi everyone
Is there a way to select everything on the artboard and copy it to the clipboard using VBA? Thanks
Figured it out from another post.
idoc.SelectObjectsOnActiveArtboard
idoc.Copy
just note that SelectObjectsOnActiveArtboard is a CS5 only property, it won't work on earlier versions.
Well it's a good one. What would be the work around for earlier versions?