sub hidepower()
dim kort as integer
For kort = 4 To 350
If Cells(kort, 1).Value = “x” Then
Range(Rows(kort), Rows(kort)).Select
Selection.EntireRow.Hidden = True
End If
Next kort
end sub
**************************
sub xxx()
cells((activecell.row),1).value = “x”
end sub
merci voor de tip !