<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Itemdata in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332530#M89453</link>
    <description>Unfortunately, there is no ItemData equivalent in VBA's listboxes or&lt;BR /&gt;
comboboxes.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Tools you can use: get your free copy of ProPack&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo Guidi" &lt;GGUIDI&gt; wrote in message&lt;BR /&gt;
news:BD6CD05C6910E8627964E0E0FEAFADD7@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Can anybody tell me how to set like ITEMDATA in VBASIC in AutoCAD to set&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; index for  a combobox, or how to set an item in a combobox&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Gustavo Guidi&lt;BR /&gt;
&amp;gt; gguidi@powernet.net.ar&lt;BR /&gt;
&amp;gt;&lt;/GGUIDI&gt;</description>
    <pubDate>Thu, 16 Nov 2000 21:26:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-11-16T21:26:33Z</dc:date>
    <item>
      <title>Itemdata</title>
      <link>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332529#M89452</link>
      <description>Can anybody tell me how to set like ITEMDATA in VBASIC in AutoCAD to set the&lt;BR /&gt;
index for  a combobox, or how to set an item in a combobox&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Gustavo Guidi&lt;BR /&gt;
gguidi@powernet.net.ar</description>
      <pubDate>Thu, 16 Nov 2000 10:40:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332529#M89452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-16T10:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Itemdata</title>
      <link>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332530#M89453</link>
      <description>Unfortunately, there is no ItemData equivalent in VBA's listboxes or&lt;BR /&gt;
comboboxes.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Tools you can use: get your free copy of ProPack&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo Guidi" &lt;GGUIDI&gt; wrote in message&lt;BR /&gt;
news:BD6CD05C6910E8627964E0E0FEAFADD7@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Can anybody tell me how to set like ITEMDATA in VBASIC in AutoCAD to set&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; index for  a combobox, or how to set an item in a combobox&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Gustavo Guidi&lt;BR /&gt;
&amp;gt; gguidi@powernet.net.ar&lt;BR /&gt;
&amp;gt;&lt;/GGUIDI&gt;</description>
      <pubDate>Thu, 16 Nov 2000 21:26:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332530#M89453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-16T21:26:33Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332531#M89454</link>
      <description>Thanks Frank, but can you tell me  how can I  set a member of a list,&lt;BR /&gt;
 thinking that this set could change depending on others parameters ?</description>
      <pubDate>Fri, 17 Nov 2000 10:19:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332531#M89454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-17T10:19:41Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332532#M89455</link>
      <description>To add a single item to the list box, use the AddItem method just as you do&lt;BR /&gt;
in VB (Listbox1.AddItem "Test", 0). To change an existing item, use the List&lt;BR /&gt;
property (Listbox1.List(0) = "Test2"). To set or get the entire list in a&lt;BR /&gt;
single shot use the List property with no index.&lt;BR /&gt;
&lt;BR /&gt;
Look for a thread named "MDT &amp;amp; VBA Lit boxes" by MattH, 10/2/00. There's a&lt;BR /&gt;
dvb in tht thread that shows how to change values in a list based on a user&lt;BR /&gt;
selection in a different list. Hope it helps.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Tools you can use: get your free copy of ProPack&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo Guidi" &lt;GGUIDI&gt; wrote in message&lt;BR /&gt;
news:4B90ED2356565900869862ACAD4682C5@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Thanks Frank, but can you tell me  how can I  set a member of a list,&lt;BR /&gt;
&amp;gt;  thinking that this set could change depending on others parameters ?&lt;BR /&gt;
&amp;gt;&lt;/GGUIDI&gt;</description>
      <pubDate>Fri, 17 Nov 2000 14:52:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332532#M89455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-17T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332533#M89456</link>
      <description>Tank you again Frank</description>
      <pubDate>Fri, 17 Nov 2000 17:46:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/itemdata/m-p/332533#M89456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-17T17:46:16Z</dc:date>
    </item>
  </channel>
</rss>

