Document.ToggleFormsDesign (Word)

Switches form design mode on or off.

When Microsoft Word is in form design mode, the Control Toolbox toolbar is displayed. You can use this toolbar to insert Microsoft ActiveX controls such as command buttons, scroll bars, and option buttons. In form design mode, event procedures do not run, and when you click an embedded control, the control's sizing handles appear.


If CommandBars("Control Toolbox").Visible = False Then 
 ActiveDocument.ToggleFormsDesign 
End If