Stoppé une macro sous condition.

Icedarts

XLDnaute Occasionnel
Bonsoir à tous,
Voila j'ai le classeur mis en pièce jointe.
Dans ce classeur il y a 2 feuilles.
La macro essai une série de nombre qui se trouve dans la colonne A de la feuille1.
Certains de ces nombres vont renvoyer des données dans la feuille 2.
Je voudrais que la macro s'arrète quand un numéro renvoi un résultat en feuille 2.
Dans le fichier mis en exemple la macro devrait donc s'arrèter sur 290005.
Merci d'avance.
 

Pièces jointes

  • trouver licence.xls
    39 KB · Affichages: 40
Dernière édition:

Icedarts

XLDnaute Occasionnel
Re : Stoppé une macro sous condition.

Je ne sais pas si ça peut aider mais bon voila le code source de la page quand le numéro de licence n'est pas valide:
Code:
<HTML>
<HEAD>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=windows-1252">
<TITLE> NATIONAL  </TITLE>
</HEAD>
<body topmargin="0" leftmargin="0" bgcolor="#000D46" text="#000000" background="../../images/fond.gif">


<TABLE BORDER=1 BGCOLOR=#ffffff CELLSPACING=0><CAPTION><B><font face="Arial" color="#FFFFFF">CLASSEMENT
    NATIONAL DU JOUEUR</font></B></CAPTION>

<FONT COLOR=#FFFF00 FONT FACE=Arial FONT SIZE=3>Résultats pour la licence doublette : 480001<BR><BR>

  <FONT FACE="Arial" COLOR=#000080>

<THEAD>
<TR>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>CLASSE</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>NOM PRENOM</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>PPD</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>CRICKET</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>MOYENNE</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>MATCHS</FONT></TH>


</TR>
</THEAD>
<TBODY>

</TBODY>
<TFOOT></TFOOT>
</TABLE>
</BODY>
</HTML>

Et voila la même chose quand la licence est correcte:

Code:
<HTML>
<HEAD>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=windows-1252">
<TITLE> NATIONAL  </TITLE>
</HEAD>
<body topmargin="0" leftmargin="0" bgcolor="#000D46" text="#000000" background="../../images/fond.gif">


<TABLE BORDER=1 BGCOLOR=#ffffff CELLSPACING=0><CAPTION><B><font face="Arial" color="#FFFFFF">CLASSEMENT
    NATIONAL DU JOUEUR</font></B></CAPTION>

<FONT COLOR=#FFFF00 FONT FACE=Arial FONT SIZE=3>Résultats pour la licence doublette : 290005<BR><BR>

  <FONT FACE="Arial" COLOR=#000080>

<THEAD>
<TR>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>CLASSE</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>NOM PRENOM</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>PPD</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>CRICKET</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>MOYENNE</FONT></TH>
<TH BGCOLOR=#FFFF00 BORDERCOLOR=#000000 ><FONT SIZE=2 FACE="Arial" COLOR=#000080>MATCHS</FONT></TH>


</TR>
</THEAD>
<TBODY>

<TR VALIGN=TOP>
<TD BORDERCOLOR=#c0c0c0  ALIGN=CENTER><FONT SIZE=2 FACE="Arial" COLOR=#000000>15<BR></FONT></TD>
<TD BORDERCOLOR=#c0c0c0 ><FONT SIZE=2 FACE="Arial" COLOR=#000000>VEIDT MICKAEL<BR></FONT></TD>
<TD BORDERCOLOR=#c0c0c0  ALIGN=CENTER><FONT SIZE=2 FACE="Arial" COLOR=#000080>32.261<BR></FONT></TD>
<TD BORDERCOLOR=#c0c0c0  ALIGN=CENTER><FONT SIZE=2 FACE="Arial" COLOR=#000080>38.712<BR></FONT></TD>
<TD BORDERCOLOR=#c0c0c0  ALIGN=CENTER><FONT SIZE=2 FACE="Arial" COLOR=#FF0000>35.487<BR></FONT></TD>
<TD BORDERCOLOR=#c0c0c0  ALIGN=CENTER><FONT SIZE=2 FACE="Arial" COLOR=#000080>2<BR></FONT></TD>


</TR>

</TBODY>
<TFOOT></TFOOT>
</TABLE>
</BODY>
</HTML>

La macro renvoi juste en page 2 cette info:

Code:
<TD BORDERCOLOR=#c0c0c0 ><FONT SIZE=2 FACE="Arial" COLOR=#000000>VEIDT MICKAEL<BR></FONT></TD>

Je joins un nouveau fichier modifié.
 

Pièces jointes

  • test.xls
    39 KB · Affichages: 41
  • test.xls
    39 KB · Affichages: 42
  • test.xls
    39 KB · Affichages: 41

Statistiques des forums

Discussions
314 586
Messages
2 110 961
Membres
110 984
dernier inscrit
Charlesb69