vba - Excel not responding when I try to open VBE -
I need help, Excel is not responding, I've written a lot of code in VBA and I just do not open VBE can. I can open the workbook properly, but every time I change any of the cells (I have a lot of code that is starting from the worksheet-action event which was based on the cell) this will not answer I'm 80% confident that this is something wrong with my code, but I can not open VBE for diagnosis because it will not even answer Excel, forcing me to close the application.
I have tried to open Excel in safe mode introduced by the user, but it does not fix anything.
Any ideas ??
Change your security settings to prevent macro execution. Then you can open the file and execute the macros without fear.
Edit # 1:
Comments
Post a Comment