G Guest May 25, 2004 #1 How do I output a variable to the screen to verify that it is correct Thanks June
C Cheryl Fischer May 25, 2004 #2 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.
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.