I have an MS Word 2016 document with a large table with several columns/rows extending around 60 plus pages. The cells are not all the same, however, I do have an enormous amount of legacy checkboxes throughout the document. I have named the bookmarks. I want to be able to only sum approximately 10 of the checkboxes if their value is true. E.g. checkboxes named Cb11e, Cb12E, Cb13E, etc. The sum would then be placed into a legacy textfield named CbTotal. how do I do this because the checkboxes are not in the same column or row, nor do I want to calculate all the checkboxes on the form?
I looked through the information at the link you sent. However, I don't want to loop though all the checkboxes and the checkboxes are not in the same column.
I looked through the information at the link you sent. However, I don't want to loop though all the checkboxes and the checkboxes are not in the same column.