View Single Post
 
Old 06-19-2016, 05:42 AM
tbrookes tbrookes is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jun 2016
Posts: 3
tbrookes is on a distinguished road
Default

Thankyou Paul for the code you provided - I am very new to this so apologies for any "stupid" questions. I copied the code you provided and changed the tables line:
Case 1, 3, 5, 6 'The series of tables to process; other tables are excluded

to this:

Case 2, 4, 9, 10 'The series of tables to process; other tables are excluded

When I tabbed out of the last field in Table 2; I got an error that said "Compile Error: Method or data member not found". It highlighted this row of code:
If .Type = wdContentControlCheckBox Then .Checked = False
but specifically the word " .Checked"

I have no idea, what I've done wrong - can you help please?
Reply With Quote