I created an array of butons:
Dim btn (10) the buton
initialization of these and other operations function correctly with a for cicle
however if I want to create an action to a button I can not create them:
example:
Sub btn(1) _Click
end Sub
sub btn(1)_click results in an error
There may be a basic reason but I can not understand
Thanks for the help
Dim btn (10) the buton
initialization of these and other operations function correctly with a for cicle
however if I want to create an action to a button I can not create them:
example:
Sub btn(1) _Click
end Sub
sub btn(1)_click results in an error
There may be a basic reason but I can not understand
Thanks for the help