The Immediate Window in Excel VBA is a very useful tool to help us step through, check and debug our code. In this blog post we explore 5 ways you could use the Immediate Window.
It is called the Immediate Window because you can ask questions about your code, run statements and get immediate results. This can help us to understand what our macro is doing, and why and where it may be going wrong.
Watch the video tutorial below, or continue reading the full tutorial.
[Read more…] about 5 Ways to Use the Immediate Window in Excel VBA