jkate
Mechanical
- Nov 5, 2011
- 66
My company has a spreadsheet in Excel that contains data and a macro for creating a drawing in AutoCAD. In previous versions of AutoCAD, the macro worked great. However, when trying to update the macro to communicate with AutoCAD 2011, it doesn't work, We get an error and when we click Debug, the line shown below is highlighted:
app = "AutoCAD.r19.DDE"
[highlight #FCE94F]chan = DDEInitiate(app, "System")[/highlight]
Can someone help in what might be causing this error and how to correct it?
Thanks.
app = "AutoCAD.r19.DDE"
[highlight #FCE94F]chan = DDEInitiate(app, "System")[/highlight]
Can someone help in what might be causing this error and how to correct it?
Thanks.