Hello, I'm a new user about autocad and new user about this Forum.
I try use VB and CAD...
Is there a solution for my problem in object?
i just write code for MSGBOX:
Dim Variabile As Integer
Variabile = MsgBox("Hai esportato i parametri?", vbOKCancel)
If Variabile = 2 Then ActiveWindow.Close
and work if use a macro....but for insert this message when close a file?
can i make a particular macro for this like excel or access???
thanks for You interest