Author Topic: OLE Text Size Dialog Box Suppression  (Read 1698 times)

0 Members and 1 Guest are viewing this topic.

Bill Tillman

  • Guest
OLE Text Size Dialog Box Suppression
« on: April 11, 2012, 09:55:49 AM »
I'm doing a full automation program in which no user input is allowed. One of the tasks I need to carry out is to copy an OLE object from Excel into the AutoCAD drawing and I've got that part working using the PASTECLIP command. The trouble with this is that the PASTECLIP dialog box opens up and waits for the user input....which is a no-no in my case. I have tried placing one, two or even three sets of "" after the command to make the window go away. But it stays put until the user responds to it. Is there a way in LISP to keep the dialog box suppressed?

As I double check this it's a dialog box for the OLE text size. I don't need to make any changes, just have the box never open or close automatically and let the rest of the code complete the drawing.