![]() |
|
|
|
#1
|
|||
|
|||
|
The content control properties are correct, but your code is written for legacy checkboxes. You need to replace your Click events with just the one routine below:
Code:
Private Sub Document_ContentControlOnExit(ByVal cc As ContentControl, Cancel As Boolean)
DoMe cc.tag, cc.Checked
End Sub
|
|
#2
|
|||
|
|||
|
Thank you, we are getting there. Still one error remains
|
|
| Tags |
| bold header |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to code a Find&Replace macro to remove a tab and bold the entire para
|
Frogoogue | Word VBA | 4 | 05-30-2022 09:15 AM |
bold (or unbold) section of text instead of bold toggling
|
Burt | Word | 6 | 04-06-2019 09:09 AM |
Text in #1 is made bold, rest of the document is edited, text in #1 is now not bold
|
footer-assistance | Word | 1 | 06-29-2015 03:49 AM |
Not Bold text but it comes up bold
|
Pluviophile | Word | 7 | 10-22-2013 10:29 AM |
VBA code to extract specific bookmarks from multiple word files
|
Rattykins | Word VBA | 4 | 06-27-2012 10:02 PM |