10-29-2008, 08:58 PM
I have a webtable and I want to write an IF statement saying that in row 1, column 10, if the value = "Open", then pop-up a message box saying "OK"
Basically i wrote this line:
I know this is wrong and I hope you can tell me how to write an IF statement for my problem. Thanks
Basically i wrote this line:
Code:
If Browser("Imperial Oil Limited"),Page("Imperial Oil Limited_2").Frame("sweview").WebTable("Select for MultiPay").ChildItem(2,10, "innertext:=Open.*", 0) Then
MSGBOX "OK"
End If