D
dee
Hi
My code complies the following line:
Session("passed") = 1
but puts wiggly error line under the second Session("passed") in the
following expression:
Session("passed") = Session("passed") + 1
Why?
Thanks
Dee.
Session("passed") = Session("passed") + 1
Session("passed") = Session("passed") + 1
My code complies the following line:
Session("passed") = 1
but puts wiggly error line under the second Session("passed") in the
following expression:
Session("passed") = Session("passed") + 1
Why?
Thanks
Dee.
Session("passed") = Session("passed") + 1
Session("passed") = Session("passed") + 1