Dim antalRækker As Long, ræk As Long, ræk2 As Long Dim tilArk As Worksheet Public Sub overførTilArk2() antalRækker = ActiveCell.SpecialCells(xlLastCell).Row Set tilArk = ActiveWorkbook.Sheets("Ark2") ræk2 = 2
Application.ScreenUpdating = False
For ræk = 2 To antalRækker If erKriterieOpfyldt(ræk) = True Then overfør ræk End If Next ræk
Application.ScreenUpdating = True
tilArk.Activate tilArk.Columns.AutoFit End Sub Private Function erKriterieOpfyldt(ræk) Dim område As Range, cc Set område = Range("E" & ræk & ":G" & ræk) For Each cc In område.Cells If cc.Value = 1 Then erKriterieOpfyldt = True Exit Function End If Next cc erKriterieOpfyldt = False End Function Private Sub overfør(ræk) Dim område As Range Set område = Range("A" & ræk & ":D" & ræk) område.Select Selection.Copy
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.