Hi
Any guidance on why Line 1 (Application.) works when used in isolation but not in my test sub.
Objective - Clear the Immediate window each time i run test during development?
Cheers Paul
Sub Test()
Application.SendKeys "^g ^a {DEL}"
Dim fDialog As FileDialog, result As...