<?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: Copy file with VBA in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283811#M19383</link>
    <description>Hi Milko,&lt;BR /&gt;
&lt;BR /&gt;
FileCopy SourceFileSpec TargetFileSpec&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Laurie&lt;BR /&gt;
&lt;BR /&gt;
MilkoNunev wrote:&lt;BR /&gt;
&amp;gt; hi,&lt;BR /&gt;
&amp;gt; How can i copy File from one directory to another with VBA.&lt;BR /&gt;
&amp;gt; If someone knows to let me write the code.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks.</description>
    <pubDate>Mon, 23 Jun 2008 05:51:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-06-23T05:51:25Z</dc:date>
    <item>
      <title>Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283810#M19382</link>
      <description>hi,&lt;BR /&gt;
How can i copy File from one directory to another with VBA.&lt;BR /&gt;
If someone knows to let me write the code.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 23 Jun 2008 05:28:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283810#M19382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T05:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283811#M19383</link>
      <description>Hi Milko,&lt;BR /&gt;
&lt;BR /&gt;
FileCopy SourceFileSpec TargetFileSpec&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Laurie&lt;BR /&gt;
&lt;BR /&gt;
MilkoNunev wrote:&lt;BR /&gt;
&amp;gt; hi,&lt;BR /&gt;
&amp;gt; How can i copy File from one directory to another with VBA.&lt;BR /&gt;
&amp;gt; If someone knows to let me write the code.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks.</description>
      <pubDate>Mon, 23 Jun 2008 05:51:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283811#M19383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T05:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283812#M19384</link>
      <description>have in mind something&lt;BR /&gt;
&lt;BR /&gt;
Dim fSys As New FileSystemObject&lt;BR /&gt;
Private Sub Form_Load()&lt;BR /&gt;
With fSys&lt;BR /&gt;
.CopyFile "E:\picture.jpg", "D:\", True&lt;BR /&gt;
End With&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
but i have a problem with this code</description>
      <pubDate>Mon, 23 Jun 2008 06:11:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283812#M19384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T06:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283813#M19385</link>
      <description>Hi Laurie,&lt;BR /&gt;
Can you write me some sample code. I write my programms to Visual Basic for AutoCad.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 23 Jun 2008 06:30:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283813#M19385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T06:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283814#M19386</link>
      <description>FileCopy SourceFileSpec TargetFileSpecMilkoNunev&lt;BR /&gt;
&lt;BR /&gt;
e.g.&lt;BR /&gt;
&lt;BR /&gt;
FileCopy "C:\Temp\I could have read the help file.txt" _&lt;BR /&gt;
&lt;BR /&gt;
"C:\Temp\But I couldn't be bothered.txt"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Laurie&lt;BR /&gt;
&lt;BR /&gt;
wrote:&lt;BR /&gt;
&amp;gt; Hi Laurie,&lt;BR /&gt;
&amp;gt; Can you write me some sample code. I write my programms to Visual Basic for AutoCad.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks.</description>
      <pubDate>Mon, 23 Jun 2008 11:59:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283814#M19386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283815#M19387</link>
      <description>I guess you don't set reference to&lt;BR /&gt;
Microsoft Scripting Runtime, do you?&lt;BR /&gt;
&lt;BR /&gt;
~'J'~</description>
      <pubDate>Mon, 23 Jun 2008 17:56:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283815#M19387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Copy file with VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283816#M19388</link>
      <description>that's ignorant</description>
      <pubDate>Mon, 23 Jun 2008 21:49:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/copy-file-with-vba/m-p/2283816#M19388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T21:49:22Z</dc:date>
    </item>
  </channel>
</rss>

