Save File Message Box

Discussion in 'AutoCAD' started by Dragnsbld, Jul 12, 2004.

  1. Dragnsbld

    Dragnsbld Guest

    Does anyone know how to disable the save file message box using VBA? I have an instance where I open a dwg., run a bit off code and open the next one without saving the dwg. I can't use a SaveAs or Save because we may not want it saved at that time.
     
    Dragnsbld, Jul 12, 2004
    #1
  2. Dragnsbld

    Kevin Terry Guest

    ThisDrawing.Close False

    Kevin

    have an instance where I open a dwg., run a bit off code and open the next
    one without saving the dwg. I can't use a SaveAs or Save because we may not
    want it saved at that time.
     
    Kevin Terry, Jul 12, 2004
    #2
  3. Dragnsbld

    lorier Guest

    maybe the FILEDIA variable
     
    lorier, Jul 13, 2004
    #3
  4. Dragnsbld

    Dragnsbld Guest

    FileDia works for the Open/Save File Dialog only but, thanks.
     
    Dragnsbld, Jul 13, 2004
    #4
  5. Dragnsbld

    Dragnsbld Guest

    the Thisdrawing.Close False Worked just fine.
    Thanks
     
    Dragnsbld, Jul 13, 2004
    #5
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.