Hi,

I want to restrict a document so that all paste actions result in plain text being added to the document.

I am able to over-write the default behaviour of CTRL + V using this procedure:
Sub EditPaste()
    Selection.PasteAndFormat (wdFormatPlainText)
End Sub
I am now trying to restrict the Paste Options. (under right-click)
I haven't had any luck googling a good answer.
Does anyone know how to restrict Paste Options to only show "Keep Text Only"