Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've got this code for looping through a table column
VB
i = 2
While tarrif <= 0
     tarrif = Browser("IBM WebSphere Portal").Page("Customer Services Group").Frame("Customer Services Group").WebTable("tblActivate").GetCellData(i,4)
     i=i+1
Wend
msgbox(tarrif)


but I get this error:
Type mismatch: 'tarrif'

Line (46): "While tarrif <= 0". 
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900