Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How would I copy a directory(this does have things in it if that matters), for the sake of this example "C:\orig" to a new location "C:\dest" The code I have written keeps giving me an error. dim origdir as string dim destdir as string origdir = "C:\orig" destdir = "C:\dest" filecopy origdir, destdir I have also tired ending the dir strings with backslashes and that doesn't seem to work either. Thanks in advance for any help, Jason Self -- JasonSelf ------------------------------------------------------------------------ JasonSelf's Profile: http://www.excelforum.com/member.php...fo&userid=5330 View this thread: http://www.excelforum.com/showthread...hreadid=469555 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Links - Copy a Workbook to another Directory | Excel Discussion (Misc queries) | |||
Can you copy a Excel file to a new directory and rename it? | Excel Discussion (Misc queries) | |||
Why is Word, Excel saving a backup copy in my temp directory? | Excel Discussion (Misc queries) | |||
find files and copy to new directory | Excel Programming | |||
Copy range of many files in directory. | Excel Programming |