Run SPELL before PLOT command

Discussion in 'AutoCAD' started by Victor Delgado, Jan 14, 2004.

  1. I'm trying to run the Spell command before plotting, but I don't see
    the Spell Check dialog box till after the I close the Plot dialog box.

    Anyway to pause the Plot command until the Spell command is finished?

    Private Sub AcadDocument_BeginPlot(ByVal DrawingName As String)
    ThisDrawing.SendCommand Chr(27) & Chr(27) & Chr(27) & "_.spell _all "
    End Sub

    Thanks,
    Victor
     
    Victor Delgado, Jan 14, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.