Thread: [Solved] Macro to remove MacroButtons
View Single Post
 
Old 05-20-2011, 05:06 AM
ilkks ilkks is offline Windows Vista Office 2007
Novice
 
Join Date: May 2011
Posts: 23
ilkks is on a distinguished road
Default 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.
Attached Files
File Type: doc testi.doc (30.5 KB, 16 views)
Reply With Quote