Consulting

Results 1 to 3 of 3

Thread: Status of Track Changes

  1. #1

    Status of Track Changes

    I'm trying to find out if there is any VBA code which can be run and will alert a user that the Track Changes button has been activated and is still selected on the Review Menu of the Ribbon.

    Why do I ask this? It is only as a precautionary warning should a user run a particular macro which requires the Track Changes to be switched off.

    Thanks for any help.

    Roderick

  2. #2
    Microsoft Word MVP 2003-2009 VBAX Guru gmaxey's Avatar
    Joined
    Sep 2005
    Posts
    3,335
    Location
    Sub Scratchmacro()
      MsgBox ActiveDocument.TrackRevisions
    lbl_Exit:
      Exit Sub
    End Sub
    Greg

    Visit my website: http://gregmaxey.com

  3. #3
    Thanks, Greg.

    Very simple, but just what was needed.

    Roderick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •