Macro to remove MacroButtons
I have macro-fields in the document, like this: { MACROBUTTON MacroAddProduct Double-click to add new product }
I am looking for a macro that removes this field (and others as well). I have tried to record a macro that uses 'Find and Replace':
find {MACROBUTTON...} and replace with 'nothing'
but Word is unable to find these fields. Word can only find normal text.
Example-word-document is attached. So basically I need a macro that removes the macro-field on page 2, that is highlighted as yellow.
|