SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem. Here is how I resolved the issue with help from the Microsoft link: https://msdn.microsoft.com/en-us/library/office/gg278655.aspx
Sub clearOutputWindow() Application.SendKeys "^g ^a" Application.SendKeys "^g ^x" End Sub