<?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: how to find a path of a file? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6235369#M9009</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; I have load the reference of Microsoft office library&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This is a 32bit library, so in case you are running 64bit AutoCAD (&amp;gt;=2013 or &amp;gt;=2014, not sure at the moment) you'll have to search for a 64bit alternative (or search in Google for &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;msoFileDialogFilePicker 64bit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck, - alfred -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2016 23:36:18 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2016-03-25T23:36:18Z</dc:date>
    <item>
      <title>how to find a path of a file?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6234342#M9008</link>
      <description>&lt;P&gt;In the USERFORM of vba in acad, I have a button to &amp;nbsp;find a file path&amp;nbsp;by choosing it through the window, here is my codes, and it said, Object does't support this property or method. I have load the reference of &lt;EM&gt;Microsoft office library&lt;/EM&gt;, and I can't find the reference of &lt;EM&gt;&lt;STRONG&gt;msofiledialog&lt;/STRONG&gt;&lt;/EM&gt;. Can you help me with this?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim fd As FileDialog
    Set fd = Application.FileDialog(msoFileDialogFilePicker)
    Dim vrtSelectedItem As Variant
    With fd
        .AllowMultiSelect = True
        If .show = -1 Then
            For Each vrtSelectedItem In .SelectedItems
                MsgBox "Selected item's path: " &amp;amp; vrtSelectedItem
            Next
        Else
        End If
    End With
    Set fd = Nothing&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Mar 2016 12:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6234342#M9008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-25T12:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to find a path of a file?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6235369#M9009</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; I have load the reference of Microsoft office library&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This is a 32bit library, so in case you are running 64bit AutoCAD (&amp;gt;=2013 or &amp;gt;=2014, not sure at the moment) you'll have to search for a 64bit alternative (or search in Google for &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;msoFileDialogFilePicker 64bit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck, - alfred -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 23:36:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6235369#M9009</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-03-25T23:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to find a path of a file?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6251363#M9010</link>
      <description>&lt;P&gt;Dear Alfred,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to reply late...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the 2016 edition. Do you mean I need to download the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;msoFileDialogFilePicker 64bit?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;FONT color="#333333"&gt; But I didn't find this file in Google&amp;nbsp;or in our community. Do you have other solutions?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;thanks.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 03:01:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6251363#M9010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-05T03:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to find a path of a file?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6261061#M9011</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; Do you mean I need to download the&amp;nbsp;&lt;STRONG&gt;msoFileDialogFilePicker 64bit?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I meant you will need to find an alternative to that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2016 08:21:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-find-a-path-of-a-file/m-p/6261061#M9011</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-04-09T08:21:09Z</dc:date>
    </item>
  </channel>
</rss>

