I had added an ActiveX control (in my case, it was a ComboBox, but it might as well be a button or something else) to a spreadsheet, and named it Analysis1_FileAction_ComboBox. Later I renamed it to Analysis1_DataFileAction_ComboBox. The name was accepted, the VBA code compiled and executed successfully with the new name.
After closing and reopening the XLSM spreadsheet, the code failed to execute. I found that the button's name changed back to Analysis1_FileAction_ComboBox.
What's wrong here? Why was the control automatically renamed back?
This issue is seen in Office 365 in year 2025, and has nothing to do with missing updates like in earlier versions of Excel.
Also, it happens not on other computers or user profiles, but on every computer.