![]() |
#5
|
|||
|
|||
![]()
Thank you for this. Select Case worked for me however, I got an error with FillBM; not sure if I was supposed to substitute something there. I used the following and it works.
Select Case True Case Chbx2 = True And Chbx3 = True And Chbx4 = True And Chbx5 = True And Chbx6 = True Selection.TypeText Text:= "First", "CheckBox2, CheckBox3, CheckBox4, CheckBox5 and CheckBox6" Case Chbx2 = True And Chbx3 = False And Chbx4 = True And Chbx5 = False And Chbx6 = True Selection.TypeText Text:= "First", " CheckBox2, CheckBox4 and CheckBox6" End Select Content Controls, I am not familiar with but I am going to try it. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
UserForm with checkboxes that hide/show bookmarked text in document | dohertym | Word VBA | 4 | 05-16-2022 09:48 PM |
![]() |
rotunda | Word VBA | 6 | 06-16-2021 03:13 PM |
Macro-inserting text box | BLUEPUPIL | Word VBA | 14 | 04-16-2018 06:59 AM |
![]() |
rok123 | Word VBA | 9 | 02-05-2016 07:31 PM |
![]() |
jt3writer | Word VBA | 2 | 01-21-2015 12:41 PM |