Monday 2 April 2012

GetRowCount for specific column in DataTable



For i=1 to datatable.GetRowCount
a=datatable.Value("C")
datatable.SetNextRow
If a<>vbnullstring Then
cnt=cnt+1
End If
Next
print cnt

No comments:

Post a Comment