Moderatori: Anthony47, Flash30005
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Cells.Count > 1 Then Exit Sub
If Not Intersect(Target, Range("I10")) Is Nothing Then
If Target <> "" Then
Dim X As Long, Y As Long, Val1 As Double
Val1 = Cells(10, "I")
Application.EnableEvents = False
For X = 11 To 500
Cells(X, "I") = Val1
If Cells(X - 1, "J") <> "" Then
INIZIO:
Val1 = Val1 + (Cells(X - 1, "J") / Cells(2, "E"))
For Y = 1 To Cells(2, "E")
Cells(X, "I") = Val1
X = X + 1
If Cells(X - 1, "J") <> "" Then GoTo INIZIO
Next Y
Val1 = Cells(10, "I")
End If
Next X
Application.EnableEvents = True
End If
End If
MsgBox "Fatto"
End Sub
Torna a Applicazioni Office Windows
Trasformare celle con formattazioni in html Autore: servicedynergy |
Forum: Applicazioni Office Windows Risposte: 5 |
Aumenta altezza riga in base valore cella Autore: trittico69 |
Forum: Applicazioni Office Windows Risposte: 47 |
Codice per popolare celle con condizione Autore: ucame |
Forum: Applicazioni Office Windows Risposte: 3 |
Problema con apertura MsgBox con duplice condizione Autore: systemcrack |
Forum: Applicazioni Office Windows Risposte: 24 |
Visitano il forum: Nessuno e 59 ospiti