08-06-2009, 08:37 PM
Assuming it is in globalsheet,
Let me know if this helps.
Code:
value1 = Datatable.Value("ColumnName")
value2 = Datatable.Value("ColumnName")
If Trim(value1) = Trim(value2) Then
found = True
Else
found = false
End if
Let me know if this helps.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.