T
Tom Grant
Through automation, I delete the most recent version by the following code:
activedocument.Versions(2).delete
I then save and close the document by the following code:
activedocument.Save
activedocument.close
Then next time I open the document, the version that I deleted is still
listed.
I checked before saving that the version that I deleted was no longer a
member of the Versions collection.
What is going on here? Anyone else have this problem? Any suggestions?
Tom
activedocument.Versions(2).delete
I then save and close the document by the following code:
activedocument.Save
activedocument.close
Then next time I open the document, the version that I deleted is still
listed.
I checked before saving that the version that I deleted was no longer a
member of the Versions collection.
What is going on here? Anyone else have this problem? Any suggestions?
Tom