Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel 2003, I've created a userform. Then through macros, I add
commandbuttons. I've already added in the Userform code (using the editor) which should execute when the buttons are clicked. (There's one subroutine for each button, e.g.: Private Sub CommandButton1_Clicked() Call Bclicked(1) End Sub The problem is, when I click on the commandbuttons generated by the macro, the none of the subroutines execute. (I do have two commandbuttons that are predefined, and they work fine.) Any suggestions why this might be happening? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trigger or code | Excel Discussion (Misc queries) | |||
How to stop CommandButtons being deleted as pictures in code?? | Excel Programming | |||
Trigger Event Code | Excel Programming | |||
Trigger code | Excel Programming |