Switchboard problems

  • Thread starter Thread starter fajita
  • Start date Start date
F

fajita

I have completed stepby step in adding more buttons to my
switchboard.
1. copy/paste more
2. changed the name of NEW command to Option9,Option10,
etc...
3. Changed the name of the NEW labels to OptionLabel9,
OptionLabel10, etc...
4. I've entered the following =HandleButtonClick
(9),=HandleButtonClick (10), ....
5. Changed Const conNumButtons = 12

Now when I go back to review what I've done the option to
END or DEBUG appears, and This is highlighted; Me
("Option" & intOption) .Visible = False

Where do I go from here?
 
Back
Top