vortimovement.blogg.se

Word revisions
Word revisions










OK Saves changes and exits the dialog box.Ĭancel Ignores changes, and exits the dialog box. This is the default.įorce landscape Forces the document to print in landscape mode when printing with track changes. Preserve Keeps whatever the user has set for orientation in a document. Paper orientation in printing Sets whether printing orientation is:Īuto Automatically adjusts orientation based on content. Show lines connecting to text Sets whether comments are connected to the text that was commented on in a sentence. Measure in Sets the units to use for the preferred width measurement. By default, this is on the Right of the document.Ĭolor Sets the color that highlights the formatted text during change tracking, and the line on the margin that flags a change. Margin Sets which side of the document the formatting change note appears. public iterator function revisions ( byval myrange as .range) as ienumerable ( of revisiontext) try for each orevision in myrange.revisions dim ht as revisiontext new revisiontext () if orevision.type .wdrevisiontype.wdrevisioninsert then ht.text ht. Preferred width Sets the width of the formatting change note. For example, you can highlight a format change with violet and a double underline. Choices are changing the color only, or the color and it's formatting while in track changes. The default is On.įormatting Sets how the text format changes are highlighted in track changes. Track formatting This turns on or off track changes on for formatting, such as making something bold or changing font size.

word revisions

Split cells Sets the color of table cells when you split a cell. Merged cells Sets the color of table cells when you merge multiple cells. The default is Light blue.ĭeleted cells Sets color of table cells when you delete cells. Inserted cells Sets color of table cells when you insert new ones. This can be set to several formats, or turned off with None. Moved to Sets format of text that's pasted from another part of the document. Moved from Sets the format for cut text when pasted elsewhere. Track moves Set Word to track when you cut and paste text to another part of a document. The default is Outside border.Ĭomments Sets a color line for comments on changes, such as format changes). This lets you see where changes have been made, even when you can't see them (like blank lines). You can change the color to a fixed value, or have no color at all in the Color field.Ĭhanged lines shows lines that were changed with a vertical bar where you place it (none, left margin, right margin, or outside margin). You can change the color to a fixed value, or have no color at all in the Color field.ĭeletions Sets a format (default is Strikethrough) and a color (default is By author) when you delete text from a document. Insertions Sets a format (default is Underline) and a color (default is By author) when you insert text into a document. The By author colors will look different on different computers, too.

word revisions

Other people will see the tracked changes in whatever colors they set up. These color settings are for your computer only. Now everyone’s insertions are colored turquoise. For example, to see all insertions as Turquoise, click the arrow by Color, and then choose Turquoise. Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.Tip: To see everyone’s changes in a single color, choose that color instead of By author.

word revisions

Word Object Model Reference Support and feedback The following example enables revision tracking and then inserts "Action " before the selection. Set the TrackRevisions property to True to track revisions made to the document text. Revision objects are added when change tracking is enabled. The Add method isn't available for the Revisions collection. MsgBox ActiveDocument.Sections(1).Range.Revisions(1).Author The following example displays the author name for the first revision in section one of the active document. (It can be one of the ones you’re comparing, another document entirely, or simply a blank project.) Click the Review tab at the top of the screen to open the ribbon menu, then click the Compare buttonit will be near the right side of the menu. The index number represents the position of the revision in the range or document. On the contrary, if trying to edit text directly in the comment, I don.

word revisions

Word clearly wants me to edit there, since I can see my text cursor in that pane. I am working on this Word document, and every time I click into a comment to edit, a 'Revisions' pane opens up on the left hand side. Use Revisions (Index), where Index is the index number, to return a single Revision object. Disable Reviewing Pane ('Revisions') when editing Comments. The Revisions collection includes all the revision marks in a range or document. The Revision object is a member of the Revisions collection. Represents a change marked with a revision mark.












Word revisions