Output a variable to verify that it is correct

  • Thread starter Thread starter Guest
  • Start date Start date
I use MsgBox <variable name> when I'm testing code; I comment out the MsgBox
line when I am satisfied that the code is producing the correct value in the
variable.
 
Back
Top