Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Privacywetgeving
Het is bij Helpmij.nl niet toegestaan om persoonsgegevens in een voorbeeld te plaatsen. Alle voorbeelden die persoonsgegevens bevatten zullen zonder opgaaf van reden verwijderd worden. In de vraag zal specifiek vermeld moeten worden dat het om fictieve namen gaat.
Sub aanpassing()
ar = Sheets("Akkoord").Cells(1).CurrentRegion.Value2
ar1 = Sheets("Data").Cells(1).CurrentRegion.Value2
With CreateObject("Scripting.Dictionary")
For j = 2 To UBound(ar)
.Add ar(j, 1) & "|" & ar(j, 2) & "|" & ar(j, 4), ""
Next j
For j = 2 To UBound(ar1)
If (ar1(j, 1) <> "") Then
ar1(j, 33) = IIf(ar1(j, 1) <> "" And .exists(ar1(j, 5) & "|" & ar1(j, 8) & "|" & IIf(ar1(j, 9) = "", ar1(j, 9), ar1(j, 9))), "Ja", "-")
Else
ar1(j, 33) = IIf(ar1(j, 1) = "" And .exists(ar1(j, 5) & "|" & ar1(j, 8) & "|" & IIf(ar1(j, 10) = "", ar1(j, 10), ar1(j, 10))), "Ja", "-")
End If
Next j
End With
Sheets("data").Cells(1).CurrentRegion.Resize(, 33) = ar1
End Sub
Sub M_snb()
sn = Blad3.Cells(1).CurrentRegion
sp = Blad2.Cells(1).CurrentRegion
With CreateObject("Scripting.Dictionary")
For j = 2 To UBound(sn)
x0 = .Item(sn(j, 1) & "|" & sn(j, 2) & "|" & sn(j, 4))
Next j
For j = 2 To UBound(sp)
sp(j, 1) = Format(.exists(sp(j, 5) & "|" & sp(j, 8) & "|" & sp(j, 9) & sp(j, 10)), "Yes/No")
Next j
End With
Blad2.Cells(1, 34).Resize(UBound(sp)) = sp
Blad2.Columns(34).Replace "Nee", "-"
End Sub
.Add ar(j, 1) & "|" & ar(j, 2) & "|" & ar(j, 5), ""
ar = Sheets("Akkoord").Cells(1).CurrentRegion.Value2
ar1 = Sheets("Data").Cells(1).CurrentRegion.Value2
With CreateObject("Scripting.Dictionary")
For j = 2 To UBound(ar)
If (ar1(j, 1) <> "") Then .Add ar(j, 1) & "|" & ar(j, 2) & "|" & ar(j, 5), "" Else .Add ar(j, 1) & "|" & ar(j, 2) & "|" & ar(j, 6), ""
Next j
For j = 2 To UBound(ar1)
If (ar1(j, 1) <> "") Then ar1(j, 33) = IIf(ar1(j, 1) <> "" And .exists(ar1(j, 5) & "|" & ar1(j, 8) & "|" & IIf(ar1(j, 9) = "", ar1(j, 9), ar1(j, 9))), "Ja", "-") Else ar1(j, 33) = IIf(ar1(j, 1) = "" And .exists(ar1(j, 5) & "|" & ar1(j, 8) & "|" & IIf(ar1(j, 10) = "", ar1(j, 10), ar1(j, 10))), "Ja", "-")
Next j
End With
Sheets("data").Cells(1).CurrentRegion.Resize(, 33) = ar1
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.