Hi all,
I've got a text box on a sheet (linked to a macro) and I need to change the wording when it's pressed
I've tried
and
but neither work.
Can you help?
Thanks,Nigel
I've got a text box on a sheet (linked to a macro) and I need to change the wording when it's pressed
I've tried
Code:
ActiveSheet.Shapes.("TEXTBOX 4").Text = "Stopped"
and
Code:
ActiveSheet.Textbox.("TEXTBOX 4").Text = "Stopped"
but neither work.
Can you help?
Thanks,Nigel