<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Komentarze do wpisu: Excel VBA &#8211; obsługa elementów ListBox&#8217;a</title>
	<atom:link href="http://wronx.net/otherworld/2010/05/12/excel-vba-obsluga-elementow-listboxa/feed/" rel="self" type="application/rss+xml" />
	<link>http://wronx.net/otherworld/2010/05/12/excel-vba-obsluga-elementow-listboxa/</link>
	<description>bo nic nie zastąpi kodu źródłowego...</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:38:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Przez: WRonX</title>
		<link>http://wronx.net/otherworld/2010/05/12/excel-vba-obsluga-elementow-listboxa/comment-page-1/#comment-265</link>
		<dc:creator>WRonX</dc:creator>
		<pubDate>Tue, 19 Apr 2011 08:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://wronx.net/blog/?p=533#comment-265</guid>
		<description>Generalnie nie jest to strona kursu VBA, ale może w przyszłości pojawi się coś o wspomnianych rzeczach.</description>
		<content:encoded><![CDATA[<p>Generalnie nie jest to strona kursu VBA, ale może w przyszłości pojawi się coś o wspomnianych rzeczach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Krzysztof</title>
		<link>http://wronx.net/otherworld/2010/05/12/excel-vba-obsluga-elementow-listboxa/comment-page-1/#comment-264</link>
		<dc:creator>Krzysztof</dc:creator>
		<pubDate>Tue, 12 Apr 2011 07:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://wronx.net/blog/?p=533#comment-264</guid>
		<description>Witam
ciekawa strona kursu VBA,
lecz poszukuję więcej informacji na temat funkcji Check Box i Option Button, przede wszystkim do jakich celów je używać.</description>
		<content:encoded><![CDATA[<p>Witam<br />
ciekawa strona kursu VBA,<br />
lecz poszukuję więcej informacji na temat funkcji Check Box i Option Button, przede wszystkim do jakich celów je używać.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: WRonX</title>
		<link>http://wronx.net/otherworld/2010/05/12/excel-vba-obsluga-elementow-listboxa/comment-page-1/#comment-256</link>
		<dc:creator>WRonX</dc:creator>
		<pubDate>Sun, 19 Dec 2010 18:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://wronx.net/blog/?p=533#comment-256</guid>
		<description>&lt;em&gt;@BigKoma:&lt;/em&gt;
Masz do mnie chyba kawałek, sądząc po IP, ale zapraszam :) Cieszę się, że mogłem pomóc.</description>
		<content:encoded><![CDATA[<p><em>@BigKoma:</em><br />
Masz do mnie chyba kawałek, sądząc po IP, ale zapraszam :) Cieszę się, że mogłem pomóc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: BigKoma</title>
		<link>http://wronx.net/otherworld/2010/05/12/excel-vba-obsluga-elementow-listboxa/comment-page-1/#comment-255</link>
		<dc:creator>BigKoma</dc:creator>
		<pubDate>Sun, 19 Dec 2010 08:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://wronx.net/blog/?p=533#comment-255</guid>
		<description>Normalnie za ten kod :

&quot;
myList.AddItem (element(LBound(element)))
    For a = LBound(element) + 1 To UBound(element)
        myList.List(myList.ListCount - 1, a - LBound(element)) = element(a)
    Next
&quot;

Masz u mnie browara , dzięki.</description>
		<content:encoded><![CDATA[<p>Normalnie za ten kod :</p>
<p>&#8221;<br />
myList.AddItem (element(LBound(element)))<br />
    For a = LBound(element) + 1 To UBound(element)<br />
        myList.List(myList.ListCount &#8211; 1, a &#8211; LBound(element)) = element(a)<br />
    Next<br />
&#8221;</p>
<p>Masz u mnie browara , dzięki.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

