Give the shortcuts for following Excel VBA?

This is a common MIS interview question that aspiring MIS executives must know thouroughly.

Action Shortcut
Open the VB Editor Alt+F11
Step through each line of code F8
open the Immediate Window Ctrl+G
Delete a Line of Code Ctrl+Y
Check parameters in a property, method, or function Ctrl+i
Step out of code Ctrl+Shift+F8
Resume execution though the error handler Alt + F5
Show the call stack Ctrl+L