Message 1 of 11
Closing app without saving doc

Not applicable
03-20-2002
12:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am opening a dwg file and printing it. Then I want to quit the app but I keep getting
MsgBox "Do you want to save the file."
No I don not want to save it, just close AutoCad!
Here's the code I've tried:
acadDoc.Close (False)
Also Tried
acadDoc.Save
acadDoc.Close (False)
acadApp.Application.Quit
Nothing seems to work! Can anyone show me the light?
Thanks,
Tonto66
MsgBox "Do you want to save the file."
No I don not want to save it, just close AutoCad!
Here's the code I've tried:
acadDoc.Close (False)
Also Tried
acadDoc.Save
acadDoc.Close (False)
acadApp.Application.Quit
Nothing seems to work! Can anyone show me the light?
Thanks,
Tonto66