excel vba - How can I use an InputBox to rename an ActiveX command button caption? -
how can use inputbox
rename activex command button caption? using excel vba.
try this:
sub test() ' change commandbutton1 command button name ' activesheet.commandbutton1.caption = inputbox("caption?") end sub
Comments
Post a Comment