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 M_snb()
With Sheet2.Cells(1).CurrentRegion
sn = .Resize(.Rows.Count + 1)
End With
c00 = Replace("0 1 2 2 2 2 2 0 0 ", "0", UBound(sn))
For j = 2 To UBound(sn) - 1
c01 = c01 & Replace(c00, "2", j)
Next
sp = Application.Index(sn, Application.Transpose(Split(Trim(c01))), Array(1, 2, 3, 4, 5, 6))
For j = 1 To UBound(sp)
If sp(j, 1) = "code" Then
sp(j - 1, 1) = sp(j + 1, 1)
sp(j, 1) = "plts"
For jj = 2 To UBound(sp, 2)
sp(j + jj - 1, 1) = sp(j, jj)
sp(j + jj - 1, 2) = sp(j + 1, jj)
Next
End If
Next
Sheet2.Cells(1, 10).Resize(UBound(sp), UBound(sp, 2)) = sp
End Sub
Sub M_snb()
sn = Sheet2.Cells(1).CurrentRegion
sp = Sheet2.Cells(1).CurrentRegion.Rows(1)
sq = Sheet2.Cells(1).CurrentRegion.Offset(UBound(sn)).Rows(1)
sp(1, 1) = "plts"
With CreateObject("scripting.dictionary")
For j = 2 To UBound(sn)
For jj = 0 To UBound(sp, 2) + 1
st = sq
If jj = 0 Then
st(1, 1) = sn(j, 1)
.Item(.Count) = st
.Item(.Count) = sp
ElseIf jj < UBound(sp, 2) Then
st(1, 1) = jj
st(1, 2) = sn(j, jj + 1)
.Item(.Count) = st
Else
.Item(.Count) = sq
End If
Next
Next
Sheet2.Cells(1, 14).Resize(.Count, UBound(sp, 2)) = Application.Index(.items, 0, 0)
End With
End Sub
@Ginger
Of zo ?
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.