The odd thing is, even when I had a 'call' code,to reinitialize my code, added to the very end of all codes, the problem still remained. I used msgbox to determine that the code was in fact being 'reinitialized', but it ultimately still remained off when all was said and done.
I narrowed the cause of the problem down to this code that I was running:
The problem seems to arise any time I try to add any objects to my sheet (or cut and paste objects also).
I decided to go around the whole problem for now and simply have all objects pre-made so that I no longer need them to be created while code is running. Now I simply have all the objects visible property set to false to start. Then I use my code to make them visible (rather than make them exist).
It isn't the best solution, but it should work for now (hopefully).
Bookmarks