05-26-2009, 05:37 AM
Hai..
There is no perticular method for row count for perticular column...
But it is possible to do like this...
There is no perticular method for row count for perticular column...
But it is possible to do like this...
Code:
s=0
for j=1 to datatable.getrowcount
datatable.setcurrentrow(j)
i=datatable.getsheet(1).getparameter(2).value
if i<>"" Then
s=s+1
End If
Next
Msgbox s