Reply
 
Thread Tools Display Modes
  #1   Report Post  
sumeshpt
 
Posts: n/a
Default Word 2002 Track Changes - Deleted Text


Since, I was facing the same problem (not able to highlight or rather
strike off the deletions while tracking changes) I copied this program
and ran it in vb. It worked perfectly. But, Its giving another problem
now. I am not able to highlight the insertions. The options given for
it is never getting activated. It automaticall goes to the 'none'
option. Does this following program have some problems? Please help

Sub ShowChangebarsOnly()

With Options
' no text marking when printed
.InsertedTextMark = wdInsertedTextMarkNone
.InsertedTextColor = wdAuto
.DeletedTextMark = wdDeletedTextMarkHidden
.DeletedTextColor = wdByAuthor
.RevisedPropertiesMark = wdRevisedPropertiesMarkNone
.RevisedPropertiesColor = wdAuto
' print change bars
.RevisedLinesMark = wdRevisedLinesMarkRightBorder
.RevisedLinesColor = wdAuto
End With
' revisions visible and printing, no balloons
With ActiveWindow.View
.RevisionsMode = wdInLineRevisions
.ShowRevisionsAndComments = True
.ShowFormatChanges = False
.RevisionsView = wdRevisionsViewFinal
End With
End Sub


--
sumeshptPosted from http://www.pcreview.co.uk/ newsgroup access

  #2   Report Post  
garfield-n-odie
 
Posts: n/a
Default

What happens if you make InsertedTextColor = wdByAuthor ?

sumeshpt wrote:

Since, I was facing the same problem (not able to highlight or rather
strike off the deletions while tracking changes) I copied this program
and ran it in vb. It worked perfectly. But, Its giving another problem
now. I am not able to highlight the insertions. The options given for
it is never getting activated. It automaticall goes to the 'none'
option. Does this following program have some problems? Please help

Sub ShowChangebarsOnly()

With Options
' no text marking when printed
InsertedTextMark = wdInsertedTextMarkNone
InsertedTextColor = wdAuto
DeletedTextMark = wdDeletedTextMarkHidden
DeletedTextColor = wdByAuthor
RevisedPropertiesMark = wdRevisedPropertiesMarkNone
RevisedPropertiesColor = wdAuto
' print change bars
RevisedLinesMark = wdRevisedLinesMarkRightBorder
RevisedLinesColor = wdAuto
End With
' revisions visible and printing, no balloons
With ActiveWindow.View
RevisionsMode = wdInLineRevisions
ShowRevisionsAndComments = True
ShowFormatChanges = False
RevisionsView = wdRevisionsViewFinal
End With
End Sub



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The WordPerfect "Reveal Codes" method is so much easier to use. Torden Microsoft Word Help 8 April 19th 10 07:50 PM
is word perfect compatible with office word? Noreen Microsoft Word Help 1 May 11th 05 11:17 PM
Making Word do something that Wordperfect can do NarniaUK New Users 4 May 1st 05 10:44 PM
Wordperfect Office 2000 conversion to Word 2003 MikeE New Users 1 March 21st 05 12:04 AM
Converted document from WordPerfect. New footnotes are not being. C Lowman Microsoft Word Help 1 January 26th 05 10:19 PM


All times are GMT +1. The time now is 03:05 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"