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.
.Range(.Cells(Rij, 1), .Cells(.Cells(Rows.Count, 3).End(xlUp).Row, 10)).Sort .Cells(Rij - 1, 9)[COLOR="#FF0000"], , , , , , , xlYes[/COLOR]
Sheets("Blad2").Name = "AA-Kranen"
Sheets("Blad3").Name = "A-Kranen"
Sheets("Blad4").Name = "Andere Kranen"
Sub hsv()
Workbooks.Add
ActiveWorkbook.SaveAs "H:\LK-Kranen.xls"
Dim bestandopen
bestandopen = Dir("D:\Danny\*")
Do Until bestandopen = ""
If bestandopen = "" Then Exit Do
Workbooks.Open "D:\Danny\" & bestandopen
With Workbooks("LK-Kranen.xls")
ActiveWorkbook.Sheets(1).UsedRange.Copy .Sheets(1).Cells(Rows.Count, 1).End(xlUp).Offset(1)
End With
Application.DisplayAlerts = False
Workbooks(bestandopen).Close True
bestandopen = Dir
Loop
Workbooks("LK-Kranen.xls").Close True
Application.DisplayAlerts = True
End Sub
Sub hsv()
Workbooks.Add
ActiveWorkbook.SaveAs "G:\LK-Kranen.xls"
Dim bestandopen
bestandopen = Dir("D:\Danny\*")
Do Until bestandopen = ""
If bestandopen = "" Then Exit Do
Workbooks.Open "D:\Danny\" & bestandopen
With Workbooks("LK-Kranen.xls")
ActiveWorkbook.Sheets(1).UsedRange.Copy .Sheets(1).Cells(Rows.Count, 2).End(xlUp).Offset(2)
End With
Application.DisplayAlerts = False
Workbooks(bestandopen).Close True
bestandopen = Dir
Loop
Workbooks("LK-Kranen.xls").Close True
Application.DisplayAlerts = True
End Sub
Sub hsv()
Application.ScreenUpdating = False
Workbooks.Add
ActiveWorkbook.SaveAs "D:\LK-Kranen.xls"
Dim bestandopen
bestandopen = Dir("D:\Danny\*")
Do Until bestandopen = ""
If bestandopen = "" Then Exit Do
Workbooks.Open "D:\Danny\" & bestandopen
With ActiveWorkbook.Sheets(1)
.Range("B1:J" & .Cells.SpecialCells(xlLastCell).Row).Copy _
Workbooks("LK-Kranen.xls").Sheets(1).Cells(Rows.Count, 2).End(xlUp).Offset(1)
End With
Application.DisplayAlerts = False
Workbooks(bestandopen).Close True
bestandopen = Dir
Loop
With Workbooks("LK-Kranen.xls")
.Sheets(1).Columns.AutoFit
.Close True
End With
Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub
With Selection.Interior
.Pattern = xlNone
.TintAndShade = 0
.PatternTintAndShade = 0
End With
Sub hsv()
Application.ScreenUpdating = False
Workbooks.Add
ActiveWorkbook.SaveAs "G:\LK-Kranen.xls"
Dim bestandopen
bestandopen = Dir("D:\Danny\*")
Do Until bestandopen = ""
If bestandopen = "" Then Exit Do
Workbooks.Open "D:\Danny\" & bestandopen
With ActiveWorkbook.Sheets(1)
.Range("B1:J" & .Cells.SpecialCells(xlLastCell).Row).Copy _
Workbooks("LK-Kranen.xls").Sheets(1).Cells(Rows.Count, 2).End(xlUp).Offset(1)
End With
Application.DisplayAlerts = False
Workbooks(bestandopen).Close True
bestandopen = Dir
Loop
With Workbooks("LK-Kranen.xls")
With .Sheets(1)
.Cells(1).CurrentRegion.AutoFormat Format:=xlRangeAutoFormatClassic1
.Cells.Borders(xlInsideHorizontal).LineStyle = xlNone
.Columns.AutoFit
End With
.Close True
End With
Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub
Loop
With Workbooks("LK-Kranen.xls")
With .Sheets(1)
[COLOR="#FF0000"] Workbooks("loopkranen 2012.xls").Sheets("Sheet1").Range("AA1").CurrentRegion.Copy .Range("AA1")[/COLOR] .Cells(1).CurrentRegion.AutoFormat Format:=xlRangeAutoFormatClassic1
.Cells.Borders(xlInsideHorizontal).LineStyle = xlNone
.Columns.AutoFit
End With
.Close True
End With
Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub
Sub hsv()
Application.ScreenUpdating = False
Workbooks.Add
ActiveWorkbook.SaveAs "G:\LK-Kranen.xls"
Dim bestandopen
bestandopen = Dir("D:\Danny\*")
Do Until bestandopen = ""
If bestandopen = "" Then Exit Do
Workbooks.Open "D:\Danny\" & bestandopen
With ActiveWorkbook.Sheets(1)
.Range("B1:J" & .Cells.SpecialCells(xlLastCell).Row).Copy _
Workbooks("LK-Kranen.xls").Sheets(1).Cells(Rows.Count, 2).End(xlUp).Offset(1)
End With
Application.DisplayAlerts = False
Workbooks(bestandopen).Close True
bestandopen = Dir
Loop
[B][/B][COLOR="#FF0000"]Workbooks.Open "D:\Lijst_LK's.xls"[/COLOR]
With Workbooks("LK-Kranen.xls")
On Error Resume Next
Range("J2:J13000").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
On Error GoTo 0
Range("B3:J13000").Sort Key1:=Range("C3"), Order1:=xlAscending
With .Sheets(1)
Workbooks("Lijst_LK's.xls").Sheets("Blad1").Range("AA1").CurrentRegion.Copy .Range("AA1")
.Cells(1).CurrentRegion.AutoFormat Format:=xlRangeAutoFormatClassic1
.Cells.Borders(xlInsideHorizontal).LineStyle = xlNone
.Columns.AutoFit
End With
.Close True
End With
[B][/B][COLOR="#FF0000"]Workbooks("Lijst_LK's.xls").Close True[/COLOR] Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub
Loop
With Workbooks("LK-Kranen.xls")
With .Sheets(1)
On Error Resume Next
.Range("J2:J13000").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
On Error GoTo 0
.Range("B3:J13000").Sort Key1:=Range("C2"), Order1:=xlAscending
Workbooks.Open "D:\Lijst_LK's.xls"
Workbooks("Lijst_LK's.xls").Sheets("Blad1").Range("AA1").CurrentRegion.Copy .Range("AA1")
.Cells(1).CurrentRegion.AutoFormat Format:=xlRangeAutoFormatClassic1
.Cells.Borders(xlInsideHorizontal).LineStyle = xlNone
.Columns.AutoFit
End With
.Close True
End With
Workbooks("Lijst_LK's.xls").Close True
Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.