I'm trying publish a dsd file with vba. But, whenever use this command from VBA, I get an "Unhandled Access Violation" in AutoCAD. Here is what the command looks like: ThisDrawing.SendCommand "-PUBLISH" & vbCr & "AQUARE.dsd" & vbCr Does anyone know a solution ? TIA