2.5.0.0
Hello guys,
I have a VBA code which is working like CUT and PASTE, I was hoping to change it form CUT and PASTE to COPY and PASTE..
any help is very much appreciated :):)
Option Explicit
Sub MoveFiles()
Dim i As Long
Dim numRows As Long
Dim oldFileName As String
Dim...