Thread: CopyFolder
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default CopyFolder

An additional comment:

If you are using a UNC path with copyfolder, see this article:

http://support.microsoft.com/default...b;en-us;251339
PRB: CopyFolder Syntax Is Different for UNC Paths and Mapped Drive Paths

--
Regards,
Tom Ogilvy

"Neil" wrote in message
...
I have looked at the copyfolder method, but cant seem to
get it to work, can anyone tell me the code to copy
c:\test1\*.* and all its sub folders to c:\test2\*.* ?

Many thanks in advance.

This is a good newsgroup BTW.

Neil