![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/02/2011, 07:59
|
| | Fecha de Ingreso: enero-2011 Ubicación: La Serena
Mensajes: 28
Antigüedad: 14 años Puntos: 0 | |
Respuesta: sumar valores en datagreddview no asi tmbn da error... en el if debe er asi:
If IsDBNull(DataGridView1.Rows(i).Cells(x).Value) Then
suma = suma
Else
suma = suma + DataGridView1.Rows(i).Cells(x).Value
End If |