First, I am aware of the nearly ubiquitous issue with ActiveX controls and the Dec 2014 MS Excel update. This appears to be different than the common symptoms, but it may be related.
Symptoms:
Open an existing excel sheet that contains an ActiveX control.
Click the button and nothing happens (macro does not launch)
Investigation shows that the button name has changed from "BtnMacroLaunch" to "CommandButton3"
I open the file on other users machines and the button has NOT been renamed and it works correctly.
Environment:
The sheets that have this were last saved on another users machines, not mine. When I save a new spreadsheet with an ActiveX, this does not happen.
If another users opens and executes a sheet I created, then saves that sheet, when I open it again, the button is renamed
This has been a problem since mid Dec 2014 (approx). - which is why I think it is related to the common ActiveX issue.
The majority of my office coworkers (I think everyone but me) had the Dec Update done in Dec. My updates were turned off inadvertently by our IT department. All my coworkers also did the delete "forms.exd" workaround.
I suspected that since my machine had not gotten the updates, that was the cause of the issue. However, yesterday (Jan 19) I finally got my machine fixed and all the updates applied. I then did the the delete "forms.exd" workaround. Unfortunately, the buttons are still renaming.
This does not appear to be exactly the same as the other button rename problem. This is not appending a number to the back of a name, but resetting the name compeletly.
**
- The Question:
**
How do is stop MS Excel from renaming the ActiveX button name? Additionally, is there something that needs to be addressed within our office?