I'm running AutoCad Architecture 2013 on Win7 64bit. Installed VBA enabler for Acad2013 64bit version. When start the simple code below:
Sub Example_GetPoint()
Dim retPnt As Variant
retPnt = ThisDrawing.Utility.GetPoint(, "Enter a point: ")
... ... ... ...
End Sub
It hangs...