Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 01-23-2017, 02:22 AM
gmayor's Avatar
gmayor gmayor is offline Word VBA: ActiveX Controls Revert to Design Mode? Windows 10 Word VBA: ActiveX Controls Revert to Design Mode? 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
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Everything in document went invisible after adding ActiveX controls Quantum Flux Word VBA 0 01-18-2017 06:44 PM
Word VBA: ActiveX Controls Revert to Design Mode? ActiveX controls on Worksheet stopped working Johauuez Excel Programming 10 12-12-2014 08:57 PM
Need help with placeholder text in ActiveX controls in Word mhellerstein Office 0 11-02-2011 12:31 PM
Word VBA: ActiveX Controls Revert to Design Mode? Form protected in design mode-can't do anything DrDtMM Word VBA 12 01-23-2011 12:37 PM
ActiveX controls inserted on a template do not function well ged Word 0 10-21-2010 04:53 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:09 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft