Hi all,
I am new to VBA and trying to make my Excel Workbook create checkboxes and then have each checkbox add a certain series to a chart if checked, or remove the series if unchecked.
Here is the part of the code, that adds the checkboxes:
Sub CreateMainPage()
ProjectRow = 5
ProjectCol =...