Answered
Close active document without saving and without prompt
Hello I am trying to close an open document without saving and without a prompt asking if I want to save
here is my VBS code:
Set appRef = CreateObject("Photoshop.Application")
appRef.ActiveDocument.Close(psDoNotSaveChanges)
Well it does not work, a prompte still pops up and asks me if I want to save or not...
HELP?
Thanks
David
