for i = 0 to 8
If "Label" & (((i * 2) + i) + 2) & ".Text" = "M" Then
according to the "Global variables" panel bottom center, the value of Label2.text and Label5.text are both equal to "M" however, the above "If" does not fire
i assume i am staring right past something obvious
If "Label" & (((i * 2) + i) + 2) & ".Text" = "M" Then
according to the "Global variables" panel bottom center, the value of Label2.text and Label5.text are both equal to "M" however, the above "If" does not fire
i assume i am staring right past something obvious