Private Sub CommandButton1_Click() If Selection.Row > Range(Left("Sovs", 3) & "s").Row Then MsgBox ("Virker") End If End Sub