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.

Turning off revisions marks at beginning of macro and restoring them at its end

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John Doue - 20 Sep 2006 19:59 GMT
I realized that the simplest way for me to solve the problem of
undesired revision marks during a macro was obvious, if not smart:
turning them off and on. Unfortunately, the recorder does not record the
action and I have no idea what code to run to get this done.

Your ideas will be greatly appreciated.

Regards
Signature

John Doue

Jay Freedman - 21 Sep 2006 01:45 GMT
Hi John,

Do it this way:

   ActiveDocument.TrackRevisions = False
   ' do your work here
   ActiveDocument.TrackRevisions = True

--
Regards,
Jay Freedman
Microsoft Word MVP        FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

>I realized that the simplest way for me to solve the problem of
>undesired revision marks during a macro was obvious, if not smart:
[quoted text clipped - 4 lines]
>
>Regards
John Doue - 21 Sep 2006 09:17 GMT
> Hi John,
>
[quoted text clipped - 19 lines]
>>
>>Regards
Thanks Jay!

Signature

John Doue

John Doue - 22 Sep 2006 08:41 GMT
> Hi John,
>
[quoted text clipped - 19 lines]
>>
>>Regards
Thanks!

Signature

John Doue


Rate this thread:






 
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.