By using listi.net you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

listi.net

 


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
blog comments powered by Disqus