G
Guest
I write code below for the command button :-
Private Sub Cmd3_Click()
Dim fso As New FileSystemObject
fso.CopyFile "C:\FOLDER_1\IMG", "C:\FOLDER_2", True
End Sub
- But after I cilck the button, I get this message = "Path not found".
- Can someone help me with this code.
Private Sub Cmd3_Click()
Dim fso As New FileSystemObject
fso.CopyFile "C:\FOLDER_1\IMG", "C:\FOLDER_2", True
End Sub
- But after I cilck the button, I get this message = "Path not found".
- Can someone help me with this code.