You are on page 1of 1

With an Excel 97 UserForm, each control on the form

has its own unique Click event. In other words, you


can't have several buttons that call the same subroutine.

This workbook demonstrates a way around this limitation


by using a Class Module.

You might also like