<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Mar 2009 12:32:51 Z</lastBuildDate><pubDate>17 Aug 2006 18:41:07 Z</pubDate><description>Je souhaiterais faire une recherche de type cellule entière dans une colonne excel, la commande VBA est :&#13;
    Columns("B:B").Select&#13;
    Selection.Find(What:="USA", After:=ActiveCell, LookIn:=xlFormulas, _&#13;
        LookAt:=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, _&#13;
        MatchCase:=False, SearchFormat:=False)&#13;
&#13;
J'essaie de la traduire en Windev mais ne marche pas, j'obtiens une erreur  "Erreur, Type Incorrect pour le paramètre 4)&#13;
xl&gt;&gt;Range("A:A")&gt;&gt;Find("USA"): fonctionne&#13;
xl&gt;&gt;Range("A:A")&gt;&gt;Find("USA","LookAt:=xlWhole") : ne fonctionne pas&#13;
J'ai essayé aussi&#13;
xl&gt;&gt;Range("A:A")&gt;&gt;Find("USA","LookAt:=1") : ne fonctionne pas&#13;
xl&gt;&gt;Range("A:A")&gt;&gt;Find("USA","","","1") : ne fonctionne pas&#13;
&#13;
merci de m'expliquer comment on passe ce paramètre</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find/read.awp</link><title>Excel Ole passage de paramètre dans commande &gt;&gt;Find</title><managingEditor>moderateur@pcsoft.fr (Le modérateur)</managingEditor><webMaster>webmaster@pcsoft.fr (Le Webmaster)</webMaster><item><author>r.kaer</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find-chercher-108232/read.awp</comments><pubDate>2 Mar 2009 12:32:51 Z</pubDate><description>Un code adapté qui renvoie les coordonnées retour de la chaine trouvée passée en recherche&#13;
&#13;
:m_xExcel&gt;&gt;UsedRange&gt;&gt;Find("$DATAS…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find-chercher-108232/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find-chercher-108232/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find/read.awp">Excel Ole passage de paramètre dans commande &gt;&gt;Find</source><title>Re: Excel Ole passage de paramètre dans commande &gt;&gt;Find (chercher)</title></item><item><author>guest</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find-53808/read.awp</comments><pubDate>17 Aug 2006 19:07:15 Z</pubDate><description>J'ai trouvé la réponse dans un forum  foxpro !&#13;
oexcel&gt;&gt;Range("A1:H250")&gt;&gt;Find(" Q1").Select &amp;&amp; simple default search&#13;
oexcel&gt;&gt;R…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find-53808/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find-53808/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.fr.windev/53801-excel-ole-passage-parametre-dans-commande-find/read.awp">Excel Ole passage de paramètre dans commande &gt;&gt;Find</source><title>Re: Excel Ole passage de paramètre dans commande &gt;&gt;Find</title></item></channel></rss>
