|
Re: Copy folder and paste to another folder
Dim oFSO As Object
Set oFSO = CreateObject("Scripting.FileSystemObject")
oFSO.CopyFolder "c:\mydocuments\*\*", "c:\tempfolder\", True
--
HTH
Bob Phillips
"ddiicc" <ddiicc@discussions.microsoft.com> wrote in message
news:D6753682-5B56-4905-B63C-AE513CFB3C63@microsoft.com...
> Hi there,
> Can anyone kindly tell me what is the script for the macro,
> for copying a folder, then pasting and overwrite to another folder.
>
> Pls help
|