A family of Microsoft word processing software products for creating web, email, and print documents.
You should be able to just select them and press Delete. If the document is protected for forms, you'll need to unprotect it first.
If you are wanting a way to do this globally (and assuming these are Check Box Form Fields), you can do it this way:
- Press Alt+F9 to display field codes.
- Press Ctrl+H to open the Replace dialog.
- In the "Find what" box, type
^19 FORMCHECKBOX 4. Leave the "Replace with" box empty. 5. Click Replace All. 6. Press Alt+F9 again to hide field codes.
If these are not form fields, then they may be MACROBUTTON fields, which can be replaced in the same way.
If they're just check box characters (from Wingdings, say), you can try selecting one and copying, then using Ctrl+V to paste it into the "Find what" box. For more on that, see http://word.mvps.org/FAQs/MacrosVBA/FindReplaceSymbols.htm.