True for Microsoft Word to display connecting lines from the text to the revision and comment balloons. Read/write Boolean.
expression.RevisionsBalloonShowConnectingLines
expression Required. An expression that returns one of the objects in the Applies To list.
This example hides the lines connecting the document text with the corresponding revision or comment balloons.
Sub ShowConnectingLines()
ActiveWindow.View _
.RevisionsBalloonShowConnectingLines = False
End Sub