RTowles
Member
I have an audit tool I created. As you can see in the image I am using checkboxes, but they have a target reference of TRUE & FALSE. If the checkbox is not checked then the reference is FALSE; if the checkbox is checked then the reference is TRUE. I am presuming I'll need VBA coding as when I googled that seemed to be the direction everyone was going in (even if they didn't share the code unless you subscribed to them :O), and the only youtube video I saw that came close was one that moved the whole row, but I don't want the row to be moved, but copied.
My problem: If a checkbox is checked (or marked as true) then copy the whole row to a different worksheet, titled workplan. If we have multiple checkboxes marked then I would need all of that data copied over. For example if we have 5 minor concerns than I would need all 5 rows to be copied over to the workplan to be planned and worked. I need this to be done automatically (as soon as a checkbox is marked) without me pushing a button to run, if possible.
*In the picture below I won't have the TRUE/FALSE statements, it will be blank (see Meet Standards); I added them only for reference.
My problem: If a checkbox is checked (or marked as true) then copy the whole row to a different worksheet, titled workplan. If we have multiple checkboxes marked then I would need all of that data copied over. For example if we have 5 minor concerns than I would need all 5 rows to be copied over to the workplan to be planned and worked. I need this to be done automatically (as soon as a checkbox is marked) without me pushing a button to run, if possible.
*In the picture below I won't have the TRUE/FALSE statements, it will be blank (see Meet Standards); I added them only for reference.