Debug.Print

Displaying messages from your code using Debug.Print [condition]

Debug.Print 

If the condition returns False or zero, then break mode is entered on that line.
This statement allows you to enter break mode based on a condition.
Any Debug.Print messages that you have in your code will not affect the speed of execution of your code and can be left in when code is distributed.



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext