Functie GetLeave (empNo als Koord, strType als Koord)
Schemerige sht als Aantekenvel, rowFound zo lang, colFound zoals lang, lgResult zoals lang
Op Fout hervat daarna
Voor Elke sht in ActiveWorkbook.Worksheets
Als sht. Naam <> „Samenvatting“ toen
rowFound = sht. Kolommen (2). Vind (wat: =empNo, na: =sht. Cellen (1, 2), LookIn: =xlValues, LookAt: = _
xlWhole, SearchOrder: =xlByRows, SearchDirection: =xlNext, MatchCase: =False _
, SearchFormat: =False). Rij
colFound = sht. Rijen (9). Vind (wat: =strType, na: =sht. Cellen (9, 1), LookIn: =xlValues, LookAt: = _
xlWhole, SearchOrder: =xlByRows, SearchDirection: =xlNext, MatchCase: =False _
, SearchFormat: =False). Kolom
Als Err.Number = 0 toen
lgResult = lgResult + sht. Cellen (rowFound, colFound)
Anders
Err.Clear
Eind als
Eind als
Daarna
GetLeave = lgResult
De Functie van het eind
|