79400952

Date: 2025-01-30 19:00:53
Score: 0.5
Natty:
Report link

It seems I've found a solution: whenever I update something that I want to see on the screen while vba is still running, I execute

Application.ScreenUpdating = True 
Application.Wait (Now + TimeValue("0:00:01")) 
Application.ScreenUpdating = False 
Reasons:
  • Whitelisted phrase (-2): solution:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Christopher Paul