Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / September 2006

Tip: Looking for answers? Try searching our database.

checking tracked changes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
KR - 05 Sep 2006 12:24 GMT
Is there a VBA boolean for (a) whether track changes is turned on, and (b)
whether there are tracked changes that have not yet been accepted in a
document?

I'd like to put something in my document_open area to alert me before I
start working in a document.

Thanks,
Keith

Signature

The enclosed questions or comments are entirely mine and don't represent the
thoughts, views, or policy of my employer. Any errors or omissions are my
own.

Cindy M. - 05 Sep 2006 13:29 GMT
Hi Kr,

> Is there a VBA boolean for (a) whether track changes is turned on, and (b)
> whether there are tracked changes that have not yet been accepted in a
> document?

ActiveDocument.TrackRevisions

If ActiveDocument.Revisions.Count > 0 Then

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
KR - 06 Sep 2006 18:55 GMT
Thanks Cindy!
The revisions count is great, and I'll set trackrevisions=false in my
on_open
Thanks again,
Keith

> Hi Kr,
>
[quoted text clipped - 13 lines]
> This reply is posted in the Newsgroup; please post any follow question or
> reply in the newsgroup and not by e-mail :-)
Russ - 05 Sep 2006 16:58 GMT
Keith,
Did you know that in the newer versions of Word they also added Privacy
Options under Security?
Such as:
1. Warn before printing, saving or sending a file that contains tracked
changes or comments.
2. Remove personal information from this file on save.

> Is there a VBA boolean for (a) whether track changes is turned on, and (b)
> whether there are tracked changes that have not yet been accepted in a
[quoted text clipped - 5 lines]
> Thanks,
> Keith

Signature

Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID

KR - 06 Sep 2006 18:54 GMT
Russ-

Thanks for the info. I'm working in Word97 and 2003 (home/work) and other
users may be using anything within that range. Unfortunately, even after
requests that users not send files with tracked changes they still sometimes
show up that way, so I'm trying to figure it out quickly so I don't start
editing a document and then figure out that there were other changes in the
document that haven't been 'finalized'. Not all of these folks are
technology savvy, and I don't have direct access to their machines to change
the settings- so my 'fix' will have to be localized to my machine, on
opening each document.

Thanks!
Keith

> Keith,
> Did you know that in the newer versions of Word they also added Privacy
[quoted text clipped - 13 lines]
> > Thanks,
> > Keith
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.