0
0000_AAAA_0000
Hi!
and Many Thanks in Advance!
If i have a commandBoton; to change his caption
all I have to do is:
Sub AAA()
With ActiveSheet.CommandButton1
.Caption = "NewName"
End With
End Sub
but:
how can I change a Button name when is not a CommandBoton but a Buto
from the form Toolbar
and Many Thanks in Advance!
If i have a commandBoton; to change his caption
all I have to do is:
Sub AAA()
With ActiveSheet.CommandButton1
.Caption = "NewName"
End With
End Sub
but:
how can I change a Button name when is not a CommandBoton but a Buto
from the form Toolbar