<?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 VBA - Populate ListBox With Action Recorders in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vba-populate-listbox-with-action-recorders/m-p/3792675#M11273</link>
    <description>&lt;P&gt;Is there a way to populate a ListBox with all of my&amp;nbsp;Action Recorders?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2013 16:53:14 GMT</pubDate>
    <dc:creator>patersonc</dc:creator>
    <dc:date>2013-02-28T16:53:14Z</dc:date>
    <item>
      <title>VBA - Populate ListBox With Action Recorders</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-populate-listbox-with-action-recorders/m-p/3792675#M11273</link>
      <description>&lt;P&gt;Is there a way to populate a ListBox with all of my&amp;nbsp;Action Recorders?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:53:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-populate-listbox-with-action-recorders/m-p/3792675#M11273</guid>
      <dc:creator>patersonc</dc:creator>
      <dc:date>2013-02-28T16:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: VBA - Populate ListBox With Action Recorders</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-populate-listbox-with-action-recorders/m-p/3792869#M11274</link>
      <description>&lt;P&gt;I got it!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There might be a cleaner way, but it works.&amp;nbsp; In case anybody want's to know, here's what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Private Sub UserForm_Initialize()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim ActionRecFdr As String&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ActionRecFdr = Dir(ThisDrawing.GetVariable("ACTRECPATH") &amp;amp; "\*.actm")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do While ActionRecFdr &amp;lt;&amp;gt; ""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comActionRecorders.AddItem Left(ActionRecFdr, Len(ActionRecFdr) - 5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActionRecFdr = Dir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;comActionRecorders.ListIndex = 0&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 20:03:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-populate-listbox-with-action-recorders/m-p/3792869#M11274</guid>
      <dc:creator>patersonc</dc:creator>
      <dc:date>2013-02-28T20:03:24Z</dc:date>
    </item>
  </channel>
</rss>

