Expliciete optie
Openbare SubClearSheet1 ()
Schemerig S1 als Aantekenvel
Schemerige s2 als Aantekenvel
Vastgesteld S1 = ActiveWorkbook.Sheets (1)
Reeks s2 = ActiveWorkbook.Sheets (2)
Schemerige s1Row als Geheel: s1Row = 1
Terwijl S1. Cellen (s1Row, 1) .FormulaR1C1 <> ""
Schemerige identiteitskaart als Koord: identiteitskaart = S1. Cellen (s1Row, 1) .FormulaR1C1
Als IsPresent (s2, identiteitskaart) Dan
S1. Rijen (CStr (s1Row) & „: “ & CStr (s1Row)). Schrap Verschuiving: =xlUp
Anders
s1Row = s1Row + 1
Eind als
Wend
Sub van het eind
Overheidsfunctie IsPresent (s als Aantekenvel, identiteitskaart als Koord) zoals Van Boole
Schemerige rij als Geheel: rij = 1
Verduister resultaat Van Boole: resultaat = Vals
Doe terwijl s.Cells (rij, 1) .FormulaR1C1 <> ""
Als s.Cells (rij, 1) .FormulaR1C1 = identiteitskaart toen
resultaat = Waar
De uitgang
Beëindig als
rij = rij + 1
Lijn
IsPresent = resultaat
De Functie van het eind
|