Userform Error

S

Steve B

I have a userform that I've used in the past (not for a while now). When I
run the user form now, it loads all the data correctly and show on the screen
fine, but when I scroll over it, the Visual Basic Editor opens. Any idea why
this is happening?
 
N

N10

Steve B said:
I have a userform that I've used in the past (not for a while now). When I
run the user form now, it loads all the data correctly and show on the
screen
fine, but when I scroll over it, the Visual Basic Editor opens. Any idea
why
this is happening?

Could this spreadsheet be in design mode. Check the VB tool bar or hover
over a button to check :)

N10
 
S

Steve B

Thanks, thought of that. It's very strange. The userform opens just as it
should, but as soon as the pointer touches the box, the VBA editor opens. No
error, just in edit mode for the user form.

Other ideas?
 
Top