Advertisement
Johniny

Notes: VBA Filesystem (Copy/Rename...)

Mar 8th, 2020
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'simple
  2. https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/copyfile-method
  3. https://www.automateexcel.com/vba/copy-file/
  4.  
  5. 'get file names
  6. https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/dir-function
  7.  
  8. 'Filesystem manipulation in general
  9. https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/filesystemobject-object
  10. https://wellsr.com/vba/2018/excel/introduction-to-the-vba-filesystemobject/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement