D
daniel chen
I want to make a backup copy of file from C:\Dir_try to F:\Dir_try.
The following code is not working. Please help me to correct it.
Shell Environ("comspec") & " /c copy " _
& Chr(34) & "C:\Dir_try\fundacf.xls F:\Dir_try\fundacf.xl"
The following code is not working. Please help me to correct it.
Shell Environ("comspec") & " /c copy " _
& Chr(34) & "C:\Dir_try\fundacf.xls F:\Dir_try\fundacf.xl"