By "Fill the cell that is normally hidden by the checkbox with the asterix." I mean the following:
-if you insert a checkbox in say position B1 then the cell will be hidden by the checkbox
-if you write an * in that hidden position, then the * will be unvisible if the checkbox is not checked and the macro will set its property to Print-the-Object to True; if hovever the checkbox is checked than the macro will hide in the printout the checkbox so that the * get visible on the print
But now you ask that anyway the checkbox be not printed, so that macro will not do the job, we have to set or remove the * in the cell behind the chcckbox
Also you have many checkboxes, and all of them should be manipulated, and that requires further coding.
However the image leaves too many unclear situations, if you publish a sample of your workbook maybe we shall be able to come with an applicable solution.
Bye