This seems like it should work, but it doesn't. It only opens the open drawings dialog.
I added the extra "& vbCr" hoping that it would trigger the Open button, but it's not even the correct drawing.
Any help would be appreciated.
Thanks
Code:
Sub Main()
ThisDrawing.SendCommand "open" & vbCr & "D:\Drawings\PN12345.dwg" & vbCr & vbCr
End Sub