How do you subsribe to control’s events in VBA? I am using MS Word 2010. I can see the public properties of the control in the properties window (F4), but I don’t see any events there or an events window.
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.
Assuming you mean events for controls on a userform; In the code editing window there are 2 combo-boxes at the very top, pick the control name from the left one and the event from the right and it will create a stub for you.