VBA Editor Opening when Auto Open Runs

C

crookie74

I have a workbook that has an auto open routine that displays a form
with a button on it. For me it works fine but for one of my colleagues
it opens the form but then opens the VBA editor screen straight away.
If you then switch back to the Excel screen and press the button, it
doesn't do anything. It is as if there was a breakpoint in the code.
If I then run the auto open from code, everything works as it should.

Any idea what could be wrong?

Thanks in advance.
 
Top