After VBA code is run, Panels don't update correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Not sure how to even explain this but I will do my best and then post a screenshot. I am running some code with the ScreenUpdating = False and the code can exit several places so I have made sure to set it back to true in all of those places. When the screen updates, it is on a sitting on a drawing that was created. Once the code is done and the screen updates to that drawing, everything looks great. However, as I continue manipulating the drawing all of a sudden I look up and some of the Panels from other environments are showing but aren't "really there". For example, if I try to click on them, nothing happens until I click on the actual panel. See attached. The Electromechanical shouldn't even be part of the drawing environment. The Sketch panel on the right is a fake and does nothing, but if I click on the left one, it jumps to the Sketch panel as it should and everything looks correct again. Anyone else experience anything like this?