I have a termination issue. This is a spreadsheet the grow to a have UserForms for the front end, tons of VBA and about 50 spreadsheets. I'm not an OO guy so I'm sure the way it was done would make an experience coder cry. However for the most part it works. By my standards this is a huge program.
There are a couple of issues that I can't figure out. I will address them one by one, in different posts.
First, on occasion when the program is closed it will display "password required" box, which is asking for the VBA password code, when VBA Developer has not been opened.
What might I have done in my code that would cause this to happen on program termination. I happens perhaps 1 out of 20 uses of the program in User mode. My definition of "User mode" is non-admin, where the user base simply enters data.
There are a couple of issues that I can't figure out. I will address them one by one, in different posts.
First, on occasion when the program is closed it will display "password required" box, which is asking for the VBA password code, when VBA Developer has not been opened.
What might I have done in my code that would cause this to happen on program termination. I happens perhaps 1 out of 20 uses of the program in User mode. My definition of "User mode" is non-admin, where the user base simply enters data.