Expand Minimize
This topic has not yet been rated - Rate this topic

Options.ReplaceSelection Property (Word)

True if the result of typing or pasting replaces the selection. Read/write Boolean.

expression .ReplaceSelection

expression An expression that returns an Options object.

False if the result of typing or pasting is added before the selection, leaving the selection intact.

This example sets Microsoft Word to add the result of typing or pasting before the selection, leaving the selection intact.

Options.ReplaceSelection = False

This example returns the status of the Typing replaces selection option on the Edit tab in the Options dialog box (Tools menu).

temp = Options.ReplaceSelection
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.