Ya lo resolvi, aca un codigo para quien guste
Try
If reg.Cells(c.Index).Value.ToString = "YMEX" Then
.Cells(i, strColumna).Interior.Color = RGB(255, 255, 0)
Else
If reg.Cells(c.Index).Value.ToString = "YAGM" Then
.Cells(i, strColumna).Interior.Color = RGB(255, 255, 0)
End If
End If
Catch ex As Exception
End Try
Cristian Murillo