How to copy a file selected from CommonDialog to destination?
I try to use
FileSystemObject.copyfile CommonDialog1.filename, DestinationPath




But it's not working.

Thanks!

Best Regards,

Kevin Shen