excel debugger active and prevent to run another excel file properly

44 Views Asked by At

I create a excel file with user login form that works correctly .when user open the excel file, login form appear and he can insert username and password and login easily. but the problem is that: if I first open another xlsm file and breaks its vba code an excel go to debug mode, and then I open our file, excel open without showing login window (because debugger is active). what can I do??

how can add a code to my file to reset or stop debugger at first??

0

There are 0 best solutions below