Sub Reorganizedata ()
Schemerige mArray als Variant
Schemerige wArray als Variant
Schemerig Mej. als Aantekenvel
Schemerige lRow zoals lang
Vastgesteld Mej. = ThisWorkbook.Worksheets („Sheet1“)
lRow = mS.UsedRange.SpecialCells (xlCellTypeLastCell). Rij
mArray = mS.Range („A1: C“ & lRow)
wArray = mS.Range („D1: D“ & lRow)
Voor I = 1 aan lRow
Als mArray (I, 3) = „Kleuterschool“ toen
wArray (I, 1) = mArray (I, 1) & „,“ & mArray (I, 2) & „,“ & Verlaten LCase ((mArray (I, 2), 1)) & mArray LCase ((I, 1)) & „,“ & „onthaal“ &“, „& mArray (I, 3) &“, „& 1
Anders
wArray (I, 1) = mArray (I, 1) & „,“ & mArray (I, 2) & „,“ & Verlaten LCase ((mArray (I, 2), 1)) & mArray LCase ((I, 1)) & „,“ & „onthaal“ &“, „& mArray (I, 3) &“, „& mArray (I, 3) + 1
Eind als
Volgende I
mS.Range („A1: C“ & lRow) .ClearContents
mS.Range („A1: “ & lRow) = wArray
Sub van het eind
|