CHRIS RAE'S VBA PAGES

Routine Archive


Routine:DeleteTextInDebugWindow3
Description: Wish I'd never started this. Romke Soldaat wrote this one!

Sub DeleteTextInDebugWindow3()
    ' Chris Rae's VBA Code Archive - http://chrisrae.com/vba
    SendKeys "^g^a{del}"
End Sub

You're free to use these routines for anything you want - all I ask is that for commercial use you give me credit somewhere. You may instead want to head back to the index for my Visual Basic for Applications Pages or the main routines archive page.