By Hemanta Sundaray on 2021-09-04
We can use the Print method of the Debug object to display a value in the immediate window.
Sub Addition() Debug.Print 5 * 5 End Sub