Change the macro button name
Solved
nonossov
Posted messages
638
Status
Membre
-
nonossov Posted messages 638 Status Membre -
nonossov Posted messages 638 Status Membre -
Hello,
Thank you for helping me with this macro; I want to change the name of the macro button: from CommandButton1_Click to Search.
Note: If no one knows how, we can copy this macro to other macro files without any problem; please help me with this topic, thank you
Thank you so much
https://www.cjoint.com/c/EDotMGVNYzr
Configuration: Windows XP / Chrome 40.0.2214.115
Thank you for helping me with this macro; I want to change the name of the macro button: from CommandButton1_Click to Search.
Note: If no one knows how, we can copy this macro to other macro files without any problem; please help me with this topic, thank you
Thank you so much
https://www.cjoint.com/c/EDotMGVNYzr
Configuration: Windows XP / Chrome 40.0.2214.115
The NAME property changes the reference name of the button.
The CAPTION property changes what is written on the button.
Follow Ozone_'s approach but write Search in the caption and it should work.
what remains is how I export this macro to other Excel files, knowing that I exported the userforms but the button does not appear on the sheet,
what should I do Mr.?