Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help with some code to copy a folder from one destination and paste it
to another. Sub Transfer() Dim copy_dir As String Dim paste_dir As String copy_dir = "C:\test_source" paste_dir = "C:\test_destination" FileCopy copy_dir, paste_dir It seems that filecopy is not the answer, I need something like foldercopy. Is there a VBA command to copy and paste folders and contents similr to filecopy? Thanks Ronaldo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I paste a set of folder NAMES into a set of cells? | Excel Discussion (Misc queries) | |||
How do I paste a set of folder NAMES into a set of cells? | Excel Discussion (Misc queries) | |||
Copy a folder in VB | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
Create Folder / Copy Folder / Replace | Excel Programming |