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 cobbe()
On Error GoTo oeps
With Range("a7:a" & Range("A" & Rows.Count).End(xlUp).Row)
Set c = .Find(Date, LookIn:=xlValues)
If Not c Is Nothing Then
firstAddress = c.Address
Do
Range(c.Address) = ""
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> firstAddress
End If
End With
Range("a7:a" & Range("A" & Rows.Count).End(xlUp).Row).SpecialCells(xlCellTypeBlanks).Delete
oeps:
End Sub
Sub cobbe()
Sub cobbe()
On Error GoTo oeps
With Range("a7:a" & Range("A" & Rows.Count).End(xlUp).Row)
Set c = .Find(Date, LookIn:=xlValues)
If Not c Is Nothing Then
firstAddress = c.Address
Do
Range(c.Address) = ""
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> firstAddress
End If
oeps:
.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End With
End Sub
Sub cobbe()
On Error GoTo oeps
With Range("a7:a" & Range("A" & Rows.Count).End(xlUp).Row)
Set c = .Find(Date, LookIn:=xlValues)
If Not c Is Nothing Then
firstAddress = c.Address
Do
Range(c.Address) = ""
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> firstAddress
End If
If c Is Nothing Then
.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End If
oeps:
End With
End Sub
Sub cobbe()
On Error GoTo Verwijderen
With Range("a7:a" & Range("A" & Rows.Count).End(xlUp).Row)
Set c = .Find(Date, LookIn:=xlValues)
If c Is Nothing Then GoTo oeps
If Not c Is Nothing Then
firstAddress = c.Address
Do
Range(c.Address) = ""
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> firstAddress
End If
Verwijderen:
If c Is Nothing Then
.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End If
End With
oeps:
End Sub
Sub cobbe()
On Error GoTo oeps
For regel = Range("A" & Rows.Count).End(xlUp).Row To 7 Step -1
If Cells(regel, 1) = Date Or Cells(regel, 1) = Date - 1 Or Cells(regel, 1) = Date - 2 Then
Rows(regel).EntireRow.Delete
End If
Next
oeps:
End Sub
For regel = Range("A" & Rows.Count).End(xlUp).Row To 7 Step -1
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.