What is the VBA equivalent?

What is the VBA equivalent?

Anonymous
Not applicable
236 Views
0 Replies
Message 1 of 1

What is the VBA equivalent?

Anonymous
Not applicable
Here is what I have so far:


ThisDrawing.Application.Documents.Open (Blockname) 'blockname pre-defined
'there is a reason for this next line, for now I just want to convert the
sendcommand to vba equivalent.
ThisDrawing.SendCommand "_ai_selall" & vbCr & "m" & vbCr & "0,0,0" & vbCr &
"200,200,0" & vbCr & "u" & vbCr
ThisDrawing.SendCommand "_ai_selall" & vbCr & "COPYBASE" & vbCr & "0,0,0" &
vbCr
ThisDrawing.Close SaveChanges:=False
ThisDrawing.SendCommand "PASTECLIP" & vbCr & "0,0,0" & vbCr


Thanks everyone!

Sam
0 Likes
237 Views
0 Replies
Replies (0)