simplificar formula
Publicado por ergio (2 intervenciones) el 09/10/2014 16:52:34
1
2
3
4
5
6
7
8
9
10
Sub SALIDA_NEW()
Range("G2").Select
EntradaProducto = ActiveCell
Range("F2").Select
ActiveCell = Val(ActiveCell) + Val(EntradaProducto)
Range("G3").Select
EntradaProducto = ActiveCell
Range("F3").Select
ActiveCell = Val(ActiveCell) + Val(EntradaProducto)
End Sub
Valora esta pregunta


0