SyntaxFix
Write A Post
Hire A Developer
Questions
Below is a solution from here
Sub stance() Dim x As Long For x = 1 To 10 Debug.Print x Next Debug.Print Now Application.SendKeys "^g ^a {DEL}" End Sub