Promblem with Name Files into Different Directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to rename files from a C:\ to a F:\ but can't do it with:
Name "OldPath" As "NewPath"

This will be a recurring action, so I need to overwrite files in F:\ every
time it is performed. Is there another way?

Thanks in advance!!!
 
I believe you want to look in VBA help for MoveFile!

I want to rename files from a C:\ to a F:\ but can't do it with:
Name "OldPath" As "NewPath"

This will be a recurring action, so I need to overwrite files in F:\ every
time it is performed. Is there another way?

Thanks in advance!!!

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Back
Top