Hi,
all of a sudden my macros do not work on some computers of my colleagues, on others they work.
It's all on W2007/64 and O2010/32. Macros activated.
In the beginning I thought it was the Dec 9th 2014 MS bug, but using the Fixit from MS does not help.
I made a very simple testing file:
I have two Active X buttons on sheet1, which call the following code.
Sub test1()
ThisWorkbook.Activate
Sheets("sheet1").Activate
MsgBox "Done"
End Sub
Sub test2()
ThisWorkbook.Activate
Sheets("sheet2").Activate
MsgBox "Done"
End Sub
In case it is not working, the buttons do not react on the mouse click.
When I run the macros manually the sheets("sheet1").activate does not work, when this sheet is already activated.
Activating a non active sheet works.
My files are already working for more than 10 years on all computers, therefore I have no idea what happened.
Any Idea?
TIA
Wolfgang