FileCopy - is there a FileCut

Soldato
Joined
5 Aug 2003
Posts
8,531
Location
Essex
Hi guys,

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?
 
So will that delete the original file but still make a copy in the first place, ideally I'd like it to just cut it because time is quite important lol

edit/ no worries, just seen that's the only way to do it, cheers mate
 
Last edited:
Back
Top Bottom