Pseudo-code - since I haven't used VB6 in a while and I never used the DataGrid...
VB Code:
Dim strResult As String for each row in the data grid for each column in the row replace "!" & column name in strResult with value from column next 'do something with strResult which now has all the values from current row next




Reply With Quote