October 10, 200421 yr Hey, can anyone tell me wat the code is to make a button which can copy files from one place to anotherThanks
October 10, 200421 yr Private Sub Command1_Click() Dim fso As Object Set fso = CreateObject("Scripting.FileSystemObject") fso.CopyFile "C:\*.TXT", "D:\DESTINATION\"End Sub
Create an account or sign in to comment