You could do it like this...
Dim fso as New Scripting.FileSystemObject
fso.CopyFile <yourSourceFile>, <yourTargetFile>, True
Notes:
1. Set 3rd parameter True to overwrite an existing file
2. You may need to set a reference in your project to the scripting runtime contained in sccrun.dll