I assigned an Excel VBA macro to a command button, and I am needing to know how to update the text to "Loading" when the macro is executed.
I have tested the following code with no success:
Worksheets("Sheet1").Button9.Caption = "Loading"
Go via the Buttons
collection:
Worksheets("Sheet1").Buttons("Button9").Text = "Loading"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With