Change Control Toolbox Button Caption
ActiveSheet.CommandButton1.Caption = "hi there"
'or
ActiveSheet.OLEObjects("commandbutton1").Object.Ca ption = "bye now"
Otto Moehrbach wrote:
Excel XP & Win XP
I have a Control Toolbox button, "CommandButton1" with a caption of, say,
"Old Caption".
I want to change the caption via VBA to, say, "New Caption".
How do I code that?
Thanks for your time. Otto
--
Dave Peterson
|