Just click inside the gray column to the left of Call Main_ON()
.
Put a question mark before the variable name and press enter in the Immediate Window. The next line should show the value of the variable.
Immediate Window
-----------------------------------
?strUserName
JoeUser
I would put your debug.print right after the if varFound = True Then
line.
if varFound = True then
debug.print strUserName, strPassWord, ' etc. .................