View Full Version : Detecting Word Document Dirty State


Evan Stone
02-16-2006, 11:01 PM
Is there a way to detect via automation a "dirty" state in a Word document?

Thanks!

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa

Tony Jollans
02-16-2006, 11:13 PM
Document.Saved = False

means unsaved changes have been made - i.e. it is 'dirty'

--
Enjoy,
Tony


"Evan Stone" <recombinantspam_n0spaam@hotmail.com> wrote in message
news:uTb3qz0MGHA.1192@TK2MSFTNGP11.phx.gbl...
> Is there a way to detect via automation a "dirty" state in a Word
document?
>
> Thanks!
>
> evan k. stone | software engineer
> ----------------------------------------
> santa rosa, ca, usa
>
>

Evan Stone
02-16-2006, 11:36 PM
Thanks, Tony!

The funny thing is that I just now "accidentally" found it in the
documentation (with a little help from Google Groups searching for another
topic) and was checking in here to post a "nevermind, I found it" post. But
thanks for the quick reply -- I appreciate it!

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa


"Tony Jollans" <My Forename at My Surname dot com> wrote in message
> Document.Saved = False
>
> means unsaved changes have been made - i.e. it is 'dirty'
>
> --
> Enjoy,
> Tony