By using shortcut.booksticle.com you agree to our
cookie policy
, We and our partners operate globally and use cookies, for multiple purposes
Close
73 Shortcuts for Excel
Shortcut 43 - Ctrl+G - Go to Immediate Window
In the VBA debugger the Immediate window is very useful
You can
Print.Debug ... 'within code to print data
? sVariable - Print the contents of a variable
for i = 1 to 100: ? i,a(i): Next - run code in a loop
See what the current properties are set
Test a function call
←
F5 - Continue
| →
Ctrl+R - Go to Project Window
|
Table of Contents
|
Send us your feedback
|
Random
| © 2025 All Rights Reserved |
Edit