I have inherited a complex financial model. The model contains 50+ sheets, several of which are hidden by default. There is a line in the vba code:
My question is - how can I (using vba or otherwise) find the location of Check Box 2110. Sorry if this is a really simple question, but I've genuinely been spending hours on this. Google has shown me results related to adding a checkbox to a workbook or using vba to toggle whether it's checked or not, but I haven't had any luck finding techniques to actually find the checkbox.
Any help is appreciated. Thank you.
VBA Code:
[Check Box 2110].value = True
My question is - how can I (using vba or otherwise) find the location of Check Box 2110. Sorry if this is a really simple question, but I've genuinely been spending hours on this. Google has shown me results related to adding a checkbox to a workbook or using vba to toggle whether it's checked or not, but I haven't had any luck finding techniques to actually find the checkbox.
Any help is appreciated. Thank you.