Message 1 of 2
Paste object

Not applicable
10-07-2004
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi NG;
Is i possible to paste object through VBA.
I would copy some entities in drawing1 and want to paste them in drawing2 as
a group.
To do this I thougt of using PASTEBLOCK command and then explode it in VBA
and creating a group of the entities.
The problem is that if I use PASTEBLOCK through VBA with SendCommand
the code will not wait for the user to pick a point.
Any ideas how to solve this?
TIA David