Soldato
- Joined
- 5 Aug 2003
- Posts
- 8,531
- Location
- Essex
Hi guys,
I have an Excel macro made in VB and it has
This copies a file to a location specified earlier on in the macro.
I'd like to know if there is a way to cut/move the file though rather than copy it, can that be done?
I have an Excel macro made in VB and it has
Code:
FileCopy filename, collectionpath & searchpath
This copies a file to a location specified earlier on in the macro.
I'd like to know if there is a way to cut/move the file though rather than copy it, can that be done?