09-09-2011, 10:17 PM
I have the code:
even though all four objects indacte True in my Variables list durring debugging, the If statement does not execute.
Does anyone have an idea on why?
thx guys
Lorena
Code:
If blFlagA1=True AND blFlagA2=True AND blFlagA3=True AND blFlagA4=True Then
even though all four objects indacte True in my Variables list durring debugging, the If statement does not execute.
Does anyone have an idea on why?
thx guys
Lorena