I have a method in my VBA code that needs to be assigned to a workbook.
I tried:
sht.Onactivate = "Sheet_Activate"
However, this does not work. How can I assign this method to the worksheet.OnActivate event using VBA code?
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.
I was able to assign a method to the event using the following code: