Hi,
I am trying to come up with a code to rename hundreds of PDFs in a folder. I see this question has been asked a number of times before, but the requests have differed from mine, and I am not skilled enough in VBA to understand any of the scripts that have been posted and modify them accordingly. What's required is very simple in theory and should be possible in practice.
So, basically the files I'm trying to rename have long names starting with an 11-character alphanumeric string - a12345bcd67. I need to rename each file to the string "abcde123 " (single space) combined with the first 11 characters of the original file name, so for example "a12345bcd67xxxxxxxxxxxxxxxxxxx" becomes "abcde123 a12345bcd67". Can anyone advise?
I am trying to come up with a code to rename hundreds of PDFs in a folder. I see this question has been asked a number of times before, but the requests have differed from mine, and I am not skilled enough in VBA to understand any of the scripts that have been posted and modify them accordingly. What's required is very simple in theory and should be possible in practice.
So, basically the files I'm trying to rename have long names starting with an 11-character alphanumeric string - a12345bcd67. I need to rename each file to the string "abcde123 " (single space) combined with the first 11 characters of the original file name, so for example "a12345bcd67xxxxxxxxxxxxxxxxxxx" becomes "abcde123 a12345bcd67". Can anyone advise?