You are on page 1of 1

CELDA = FILA.Cells("colGD").

Value
If ((CELDA Is Nothing) OrElse (CELDA Is DBNull.Value)) Then
GD = 0
Else
GD = FILA.Cells("colGDe").Value
End If

You might also like