Options.ButtonFieldClicks Property

Word Developer Reference

Returns or sets the number of clicks (either one or two) required to run a GOTOBUTTON or MACROBUTTON field. Read/write Long.

Syntax

expression.ButtonFieldClicks

expression   A variable that represents a Options object.

Example

This example sets the number of clicks required to run a MACROBUTTON or GOTOBUTTON field to one.

Visual Basic for Applications
  Options.ButtonFieldClicks = 1

See Also