chris-uk-lad
Registered User.
- Local time
- Today, 12:08
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all,
I am currently moving photos from 1 directory to another via VBA, basically scanned images. Some of the files have page numbers so i was going to do an if statement but not sure how.
The images are e.g
123-1-Malta.jpg
123-2-Malta.jpg
123-13-Malta.jpg
456-1-Cornwall.jpg
Was thinking something like if file name has "###-" in the first 4 digits (# is wildcard?) then move to a specified directory. How would i do this?
I am currently moving photos from 1 directory to another via VBA, basically scanned images. Some of the files have page numbers so i was going to do an if statement but not sure how.
The images are e.g
123-1-Malta.jpg
123-2-Malta.jpg
123-13-Malta.jpg
456-1-Cornwall.jpg
Was thinking something like if file name has "###-" in the first 4 digits (# is wildcard?) then move to a specified directory. How would i do this?
Last edited: