OVH Cloud OVH Cloud

Fenetre reduite et msgbox

1 réponse
Avatar
eric.barbier
Bjr

Si la fenetre active d'excel est reduite dans la barre des taches par la commande :
Application.WindowState = xlMinimized

Si je veux afficher un msgbox, il n'apparait pas mais l'iconne d'excel clignote

Est ce normal et peut t'on contourner ce pb

Merci

1 réponse

Avatar
Michel HOLDERITH
Salut,
Application.Visible = False
puis apres
Application.Visible = True
@+
Michel.

"Eric Barbier" wrote in message
news:
Bjr

Si la fenetre active d'excel est reduite dans la barre des taches par la
commande :

Application.WindowState = xlMinimized

Si je veux afficher un msgbox, il n'apparait pas mais l'iconne d'excel
clignote


Est ce normal et peut t'on contourner ce pb

Merci