Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub FileCopyExample()
Dim oFSO As Object Dim sSourcePath As String Dim sTargetPath As String Set oFSO = CreateObject("Scripting.FileSystemObject") oFSO.CopyFolder "C:\PNTTEMPL\CustomDoc\*", "C:\PNTTEMPL\CustomDoc\TEST\" Set oFSO = Nothing End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-time error '9' ---- Code to fix included. | Excel Programming | |||
run time error '424' when I run this code | Excel Programming | |||
sugestions | Excel Programming | |||
Run-time error from my code | Excel Programming | |||
Code Error - Run Time Error 5 (Disable Cut, Copy & Paste) | Excel Programming |