Paste object

Paste object

Anonymous
Not applicable
247 Views
1 Reply
Message 1 of 2

Paste object

Anonymous
Not applicable
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
0 Likes
248 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Use CopyObjects method. "David" wrote in message news:41654a2f_1@newsprd01... > 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 > >
0 Likes