Hello
I have two macros (in "this workbook" object in VBA)for which I want to have two checkboxes in a worksheet (each for one macro)
And I wanna to run these macro if their respective checkbox is selected in a worksheet.
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As...