Larrynho
05-29-2008, 03:24 AM
Hi! my first post and my first question:
Ive got an excel file that has got 6 checkboxes placed on the worksheet ( sheet 1 ), not on a user form ( I think they are not ActiveX controls, they come from the FORM tab ). The sheet is protected and I can't right click on the checkboxes to see where they are linked. I don't know the name given to the checkboxes ( If any name has been given to them, I don't actually even know if you can rename a checkbox control ).
Furthermore, the protected excel file has no VBA code in it ( afaik )
Thing is, I'm doing a module that reads some values of some specified cells in the protected sheet and writes them on another workbook. I need to check wich checkboxes are marked as TRUE, or ticked, and I don't have the slightest idea of how to do it.
I need to find a way to retrieve the value of those checkboxes.
Thanks in advance and sorry for my faulty English ^^
Ive got an excel file that has got 6 checkboxes placed on the worksheet ( sheet 1 ), not on a user form ( I think they are not ActiveX controls, they come from the FORM tab ). The sheet is protected and I can't right click on the checkboxes to see where they are linked. I don't know the name given to the checkboxes ( If any name has been given to them, I don't actually even know if you can rename a checkbox control ).
Furthermore, the protected excel file has no VBA code in it ( afaik )
Thing is, I'm doing a module that reads some values of some specified cells in the protected sheet and writes them on another workbook. I need to check wich checkboxes are marked as TRUE, or ticked, and I don't have the slightest idea of how to do it.
I need to find a way to retrieve the value of those checkboxes.
Thanks in advance and sorry for my faulty English ^^