Bonjour philippe,
Voici un code à mettre dans le code du ThisWorkbook :
Private Sub Workbook_Open()
Sheets("Feuil1").Select
Rows("2:2").Find(What:=[b2], After:=[b2], LookIn:=xlValues, LookAt _
:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlNext, MatchCase _
:=False, SearchFormat:=False).Offset(1).Activate
End Sub