View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 661
Default Moving files between folders using VBA in Excel

C:\HOLD has 2 files in it: FILE1.csv, FILE2.csv.
I need to move the files from C:\HOLD to C:\WORK.

The Excel Help information did not include examples of how Move and
Movefile are actually put into practical code, and I've given up tearing my
hair out, trying to make it work.

Could somebody please show me the code.

TIA
Paul