Disclaimer: I'm a complete VBA newbie.
I can get Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete to work in the "immediate" mode (with Cntrl-G in the macro editor) as per this post.
However, I'd like to map this behavior to a key combo. I can't get this to work:
Application.OnKey...