19.07.2015, 16:43
leere zelle wird nicht
gefunden: versucht mit allen auskommentierten Zeilen.
Code:
a = ""
For i = 1 To 16
Windows("Ausgaben 2015.xls").Activate
'vergl=ausgaben 2015.xls").Activate
Cells(2, i).Select
'vergl=
vergl = Zuordng(i, 1)
Windows("DatumAbfrageAusgabenMärz2015.xls").Activate
For j = 1 To 500
Cells(j, 1).Select
If Cells(j, 1).Value = vergl Then
Windows("Ausgaben 2015.xls").Activate
For k = 1 To 300
Cells(k, 1).Select
If Cells(k, 1).Value = vergl Then
'Column(j + 1, 10).Select
Windows("DatumAbfrageAusgabenMärz2015.xls").Activate
Cells(k, 3).Select
For l = 1 To 30
If Cells(j + l, 3).Value <> "" Then
Cells(j + l, 3).Select
'zaehl = j + l
'a = Right(Cells(j + l, 3), 5)
'If a = "" Then
'If Cells(j + l, 3).Value = " " Then
If Cells(j + l, 3).Value = False Then 'If Cells(j + l, 3).Formula = " " Then
'If Range(Cells(j + 1, 3)).Value = "" Then
'Cells(1, 3).End(xlDown).Offset(1, 0)
'If Range("d65536").End(xlUp).Offset(1, 0).Value Then
'If (Cells(j + l, 3).Value) Is Null Then
'If istleer(j + l, 3) Then
Stop
End If
a = ""
zaehl = j + l
Cells(zaehl, 3).Select
'Rows("3:9").Select
End If
Next l
Stop
End If
Next k
Stop
End If
Next j