I am trying to do a workbook_open command. I want checkboxes to be selected when the workbook opens. Here is the code I have
CheckBox13.Value = True
But everytime I open the workbook, I get an object required error and my line listed above is highlighted.
Any suggestions? I think I am missing something and I just can't figure out what it is
CheckBox13.Value = True
But everytime I open the workbook, I get an object required error and my line listed above is highlighted.
Any suggestions? I think I am missing something and I just can't figure out what it is