Salut le forum
Farasoa, comment veux-tu faire afficher le Compagnon Office ?
Un début de code pour afficher le Compagnon Office (Pas tester sous 2007)
Sub AffichageCompagnon()
With Assistant.NewBalloon
.Animation = msoAnimationEmptyTrash
.Button = msoButtonSetOK
.Heading = "Mettre le Titre"
.Text = "Mettre le Message"
.Icon = msoIconTip
.Show
End With
Assistant.Visible = False
End Sub
A te relire
Mytå