Tópicos diversos que não se encaixam em categorias específicas.
Hello! Hendrik . I'm glad to assist you with this.
That sounds like a rendering/display glitch in the VBA editor window rather than a code or project issue.
Could be caused by several factors namely:
Graphics driver issue
Excel rendering settings
Screen scaling/DPI issues
Corrupt font or registry settings
Let's check the 1st cause, graphics driver issue.
Disable hardware acceleration in Excel
File → Options → Advanced → Display
Check Disable hardware graphics acceleration
Restart Excel and reopen the VBA editor.
If the issue will persist, continue with these steps below:
Change the editor font in VBA
In the VBE: Tools → Options → Editor Format
Switch to another font like Courier New or Lucida Console, then back to Consolas.
Best regards,
Kimberly