-
1
- #1
I have written a VBA program in AutoCAD to open excel, copy a spreadsheet, and do a paste special into AutoCAD. It is a fairly automated process, but I cannot find a way to suppress the paste-special dialog box in AutoCAD. Does anyone know how to run the paste as link command directly from VBA???
As it is now, the program just sends the command "_pastespec" to the command line in AutoCAD via: ThisDrawing.SendCommand "_pastespec ".
Thank you in advance for a response.
As it is now, the program just sends the command "_pastespec" to the command line in AutoCAD via: ThisDrawing.SendCommand "_pastespec ".
Thank you in advance for a response.