<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>7 Nov 2019 14:43:15 Z</lastBuildDate><pubDate>7 May 2019 18:02:14 Z</pubDate><description>Bonjour bonjour, &#13;
&#13;
Voilà... je travaille sur un logiciel... et à son lancement, je liste tous les classeurs ouverts.&#13;
Le problème c'est que certain utilisateur de la société utilise plusieurs instance d'excel.. et je vois que la première.&#13;
&#13;
Comment puis-je voir.. les autres instances ? (et passé de l'une à l'autre ???)&#13;
&#13;
Du coup comme je ne trouvais pas... je me suis dit que j'allais m'y prendre autrement... et je me suis dit.. je n'ai qu'a passer cette étape et travailler que sur le classeur Actif... mais... même problème.. mon logiciel ne voit que le classeur actif de la première instance...&#13;
Mon bout de code pour récupéré le nom et le chemin du classeur actif...&#13;
[code:wl]&#13;
xl est un objet Automation dynamique&#13;
xl = ObjetActif("Excel.Application")&#13;
&#13;
SI xl = Null ALORS&#13;
	Info("Aucun Document Excel détecté")&#13;
	Ferme()&#13;
SINON&#13;
	sName est une chaîne UNICODE = xl&gt;&gt;ActiveWorkbook&gt;&gt;Name&#13;
	sChemin est une chaîne = xl&gt;&gt;ActiveWorkbook&gt;&gt;Path&#13;
	TableAjouteLigne(TABLE_Excel_Ouvert,sName,sChemin+"\"+sName)&#13;
FIN&#13;
[/code]&#13;
&#13;
Voilà ça fait un moment que je cherche comment faire... et je bloque.. &#13;
J'ai même chercher du coté VBA.... j'ai trouvé... mais... moi pas comprendre...&#13;
&#13;
Help !! &#13;
Merci d'avance !&#13;
K.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp</link><title>Gerer les differentes instance d'excel en Cexcel</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234410/read.awp</comments><pubDate>7 Nov 2019 14:43:15 Z</pubDate><description>Bonjour bonjour, &#13;
&#13;
Alors... je suis reparti de zéro... parce que je me perdais dans toutes les méthodes proposés.&#13;
J'ai trouvé…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234410/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234410/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>guest</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234363/read.awp</comments><pubDate>6 Nov 2019 09:02:52 Z</pubDate><description>Bonjour&#13;
&#13;
Ok.&#13;
Petit complément, j'ai trouvé comment ouvrir une instance supplémentaire sous Office 2013 et 2016. Il faut maint…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234363/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234363/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234329/read.awp</comments><pubDate>5 Nov 2019 11:41:36 Z</pubDate><description>=JBO= !!! &#13;
&#13;
Bon j'ai juste rajouter object actif .. et ça à l'air de marcher...&#13;
[code:wl]&#13;
		autAppExcel est un objet Automat…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234329/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234329/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234328/read.awp</comments><pubDate>5 Nov 2019 11:25:42 Z</pubDate><description>Salut Laurent, &#13;
&#13;
Alors en fait avec Excel 2016, quand tu ouvres un nouveau document ça ouvre pas une nouvelle instance. en rev…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234328/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234328/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>guest</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234319/read.awp</comments><pubDate>5 Nov 2019 09:35:19 Z</pubDate><description>Bonjour&#13;
&#13;
Qu'entends-tu et comment fais-tu pour ouvrir 2 instances d'Excel?&#13;
Quelle version d'Excel utilises-tu?&#13;
Je suis sous …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234319/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234319/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>=JBO=</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234301/read.awp</comments><pubDate>4 Nov 2019 19:50:32 Z</pubDate><description>Bonjour Kevin,&#13;
&#13;
J'ai pu avancer mais moi aussi je suis bloqué sur un point technique.  :(&#13;
Je n'arrive pas (encore) à récupére…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234301/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234301/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234284/read.awp</comments><pubDate>4 Nov 2019 16:00:50 Z</pubDate><description>Bonjour Philippe.&#13;
&#13;
J'ai déjà testé.. sauf que ça me donne la liste des Executable... pas des documents..&#13;
Et même en récupéran…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234284/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234284/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234281/read.awp</comments><pubDate>4 Nov 2019 15:02:30 Z</pubDate><description>Bonjour,&#13;
&#13;
Pourquoi ne pas utiliser ExeListeProcessus(exePID,exeNomCourt,exeNomLong). Ce serait certainement plus simple&#13;
&#13;
--&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234281/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234281/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234277/read.awp</comments><pubDate>4 Nov 2019 14:20:25 Z</pubDate><description>Hey !!&#13;
&#13;
Après quelques recherches... j'ai trouvé une solution... (enfin .. une demi pour le moment.)&#13;
J'arrive à avoir le nom …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234277/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234277/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234181/read.awp</comments><pubDate>30 Oct 2019 16:16:04 Z</pubDate><description>Hey ! &#13;
&#13;
Alors pour le moment j'ai juste ça : &#13;
[code:wl]&#13;
xl est un objet Automation dynamique&#13;
xl = ObjetActif("Excel.Applica…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234181/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234181/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>=JBO=</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234171/read.awp</comments><pubDate>30 Oct 2019 13:55:47 Z</pubDate><description>Kevin,&#13;
Dans ton message, tu disais "galérer".&#13;
&#13;
As-tu commencé à coder quelque chose ? Si oui, ton code est peut-être intéress…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234171/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234171/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234167/read.awp</comments><pubDate>30 Oct 2019 12:31:09 Z</pubDate><description>Bonjour =JBO= !!&#13;
&#13;
Merci de ton aide et de tous les liens.&#13;
Je vais étudier tout ça et voir ce que je peux en faire !&#13;
Merci !</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234167/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234167/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>=JBO=</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234153/read.awp</comments><pubDate>30 Oct 2019 10:17:54 Z</pubDate><description>Bonjour Kevin,&#13;
&#13;
Je pourrais te donner un coup de main dans quelques jours. &#13;
&#13;
La fonction API AccessibleObjectFromWindow m'in…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234153/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234153/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234140/read.awp</comments><pubDate>29 Oct 2019 16:39:09 Z</pubDate><description>Bonjour bonjour, &#13;
&#13;
C'est encore moi... je galère beaucoup pour toujours le même problème.. :/&#13;
Est-ce que quelqu'un à une idée…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234140/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-234140/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-230048/read.awp</comments><pubDate>10 May 2019 11:57:26 Z</pubDate><description>Bonjour Patrick, &#13;
Alors j'ai trouver plusieurs truc différent en VBA. celui qui me correspond le plus je pense est ici :&#13;
&#13;
htt…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-230048/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-230048/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item><item><author>Patrick</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-230024/read.awp</comments><pubDate>9 May 2019 16:34:36 Z</pubDate><description>qu'est-ce que tu as trouvé en VBA?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-230024/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel-230024/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/229980-gerer-differentes-instance-excel-cexcel/read.awp">Gerer les differentes instance d'excel en Cexcel</source><title>Re: Gerer les differentes instance d'excel en Cexcel</title></item></channel></rss>
