For i = 1 To j
If ActiveCell.Cells(i, 27) = org Or org = "" Then
If ActiveCell.Cells(i, 26) = flow Or flow = "" Then
If ActiveCell.Cells(i, 22) = False Then
jobName = ActiveCell.Cells(i, 1)
lang = ActiveCell.Cells(i, 2)
End If
End If
fupdate.Activate
Range("A7").Select
ActiveCell.Cells(a, 1) = jobName
ActiveCell.Cells(a, 2) = lang
a = a + 1
End If
Workbooks("planning.xls").Worksheets("planning").Activate
Range("A1").Select
Next