Is "Copy Test.Doc" the actual name of the file?
which path can't it find - the network or local?
add:
On error resume next
objFSO.CopyFile "\\kceiscp202a\bus_sale_dev\Copy Test.doc", strFolder & "\", OverwriteExisting
If err <> 0 Then wsh.echo err.number,err.description