Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 986 Bytes

Word.View.RevisionsBalloonShowConnectingLines.md

File metadata and controls

44 lines (27 loc) · 986 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
View.RevisionsBalloonShowConnectingLines property (Word)
vbawd10.chm161808428
vbawd10.chm161808428
Word.View.RevisionsBalloonShowConnectingLines
78c1cf42-93a7-eec9-84f6-40c6e7de036c
06/08/2017
medium

View.RevisionsBalloonShowConnectingLines property (Word)

True for Microsoft Word to display connecting lines from the text to the revision and comment balloons. Read/write Boolean.

Syntax

expression. RevisionsBalloonShowConnectingLines

expression A variable that represents a 'View' object.

Example

This example hides the lines connecting the document text with the corresponding revision or comment balloons.

Sub ShowConnectingLines() 
 ActiveWindow.View _ 
 .RevisionsBalloonShowConnectingLines = False 
End Sub

See also

View Object

[!includeSupport and feedback]