06-28-2012, 11:15 AM
Hi all,
Good Morning to all.
I am having one doubt, For checking a condition from web table cell contains alphanumeric data. In that cell some part is constant and remaining part is changing. How to check this type of condition.
Cell values: To : Islamabad (ISB)
To : Karachi (KHI)
To : Peshawar (PEW)
Here, i done below ways to check the condition,but it is not working.
Regards,
Ranjit B
Good Morning to all.
I am having one doubt, For checking a condition from web table cell contains alphanumeric data. In that cell some part is constant and remaining part is changing. How to check this type of condition.
Cell values: To : Islamabad (ISB)
To : Karachi (KHI)
To : Peshawar (PEW)
Here, i done below ways to check the condition,but it is not working.
Code:
If var = "To : " & "[A-Za-z()]" Then
End If.
and
If var = "To : " + "[A-Za-z()]" Then
End If.
Regards,
Ranjit B