I currently have a sheet that has a form button that a user can press to go to a administration sheet. I want to be able to change the text on the button dynamically.
If E6 = 11 I would like the text on the button to read "Admin"
If E6 <> 11 I would like the text on the button to read "Payperiod 1"
Is there any way that I can accomplish this with vba? And if so were about would I place the code.
Thanks,
cdulong
If E6 = 11 I would like the text on the button to read "Admin"
If E6 <> 11 I would like the text on the button to read "Payperiod 1"
Is there any way that I can accomplish this with vba? And if so were about would I place the code.
Thanks,
cdulong