Skip to main content

Debug object

The Debug object has two methods, Print and Assert.

The Print string expression sends string expr as output to the Immediate window at Debug run time.

The Assert expression evaluates expression and, if False, breakpoints in the debugger.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>