View Single Post
 
Old 01-23-2017, 02:22 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

Surely you would be better using Content Controls for both the combo-boxes and the checkboxes rather than active-x elements? However check box content controls were only introduced with Word 2010 so it would depend on your target users.

Otherwise add the following to the end of your code

Code:
    If ActiveDocument.FormsDesign = True Then
        ActiveDocument.ToggleFormsDesign
    End If
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote