How do we get the value of Checkboxes in excel?

I have a number of excel files that I need to get the value of its Checkboxes, I searched some forums regarding this and found 2 ways, first is using image exist and second is by using a macro, Is there any other way that I can gather the value of these checkboxes?

Note. Also tried the get attribute and get text, also didn’t work.

Kind Regards,
Wil

I have 2 methods too:

1- Either Change the macroname to be a simple name without special characters
2- Just pass the name as it is “PERSONAL.XLSB!CheckBox” nothing else.

If you have another one please mention me.