From: Jess on
Hi - Have a template with a form in Word that is protected with Group (Under
Developer ribbon). Also need to show spell check so I'm using Rich Text
Boxes. To protect - selected the table they are in and used Group under the
Developer ribbon. The user can click on a macro button and generate more of
the same rich text boxes. (Kind of like an order form) I had to add font to
the boxes because the print was coming out gray instead of black.

The problem is I went to add font to the duplicate boxes and an error comes
up:
"Run-time error 4605. This method or property is not available because the
current selection is locked for format changes."

With VBA 6 - how do I unlock the group then lock it back up?

Jess