
Sub acqua_cl_50()
Cells(3, 10).Value = "ACQUA_CL_50"
Cells(3, 11).Value = 1
Cells(3, 12).Value = 1
If Cells(3, 12).Value > 0 Then
Cells(3, 12).Interior.ColorIndex = 6
End If
End Sub |
Sub acqua_cl_50()
Cells(3, 10).Value = "ACQUA_CL_50"
Cells(3, 11).Value = 1
Cells(3, 12).Value = 1
Cells(3, 12).Interior.ColorIndex = 6
If Cells(3, 12).Value > 0 Then
Cells(3, 12).Value = Cells(3, 12).Value * 1
End If
End Sub |
Sub acqua_cl_50()
Cells(3, 10).Value = "ACQUA_CL_50"
Cells(3, 11).Value = Cells(3, 11).Value + 1
Cells(3, 12).Value = Cells(3, 12).Value + 1
Cells(3, 12).Interior.ColorIndex = 6
If Cells(3, 12).Value > 0 Then
Cells(3, 12).Interior.ColorIndex = 6
End If
End Sub |
Sub acqua_cl_50()
[J3] = "ACQUA_CL_50"
[K3] = [K3] + 1
[L3] = [L3] + 1
If [L3] > 0 Then [L3].Interior.ColorIndex = 6
End Sub |
