Wahl ausdrücklich
Allgemeines Unterseeboot ClearSheet1 ()
Schwacher s1 als Arbeitsblatt
Schwaches s2 als Arbeitsblatt
Einstellen s1 = ActiveWorkbook.Sheets (1)
Einstellen s2 = ActiveWorkbook.Sheets (2)
s1Row als ganze Zahl verdunkeln: s1Row = 1
Während s1.Cells (s1Row, 1).FormulaR1C1 <> ""
Schwache Identifikation als Schnur: Identifikation = s1.Cells (s1Row, 1).FormulaR1C1
Wenn IsPresent (s2, Identifikation) dann
s1.Rows (CStr (s1Row) u. „: “ U. CStr (s1Row)). Löschung-Verschiebung: =xlUp
Sonst
s1Row = s1Row + 1
Beenden wenn
Wend
Unterseeboot beenden
Allgemeine Funktion IsPresent (s als Arbeitsblatt, Identifikation als Schnur) wie Boolesch
Schwache Reihe als ganze Zahl: Reihe = 1
Schwaches Resultat, wie Boolesch: Resultat = falsch
Tun, während s.Cells (Reihe, 1).FormulaR1C1 <> ""
Wenn s.Cells (Reihe, 1).FormulaR1C1 = Identifikation dann
Resultat = ausrichten en
Ausgang tun
Beenden wenn
Reihe = Reihe + 1
Schleife
IsPresent = Resultat
Enden-Funktion
|