Hi Greg,
That's easy. Simply change:
StrPrefix = "\" & Split(strInFolder, "\")(UBound(Split(strInFolder, "\"))) & "_"
to:
StrPrefix = "\" & InputBox("What label do you want to prefix the files with?", "File Prefixer") & "_"
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|