Avoiding bugs or errors means you have to be precise when writing code in a programming language. Luckily, using these shortcuts will debug code quickly in VBA:
Action | Shortcut Key |
---|---|
Toggle breakpoint | F9 |
Step into | F8 |
Step over | Shift+F8 |
Step out | Ctrl+Shift+F8 |
Run to cursor | Ctrl+F8 |
Clear all breakpoints | Ctrl+F9 |
dummies
Source:http://www.dummies.com/how-to/content/shortcut-keys-to-debug-code-in-vba-2007.html
No comments:
Post a Comment