How do i add a forms control in excel to a cell, I know I can draw it, but I need to make it a member of each row and it’s values attached to that cell/row.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several ways to do this but the easiest, assuming Excel 2007 is:
You have to experiment a little with placement as I don’t think there is a direct way to align the control with a particular cell. Another way would be to use the
Shapescollection of the worksheet:However, keep in mind that the above method returns a
Shapeobject and not aCheckBoxobject so you can’t manipulate its properties directly. There are similar methods to the above like using theOLEObjectscollection but that’s just adding more pain.