When I click a button on my UserForm nothing happens. What am I doing wrong?
Controls added to a UserForm do nothing unless you write event-handler procedures for them. I wrote a subroutine named Workbook_Open, but it doesn’s get executed when the workbook is opened. The most likely cause is that your subroutine is located in a normal VBA module. Workbook event procedures must be located in the code module for the ThisWorkbook object.
Related Questions
- When I go to the Blog and click on the "I understand and I wish to continue" button in Internet Explorer, nothing happens. Whats wrong?
- Nothing happens when I click on a listen@phonostar link. Am I doing something wrong?
- Sometimes when I click on the Summary button nothing happens. What is going wrong?