I have a filename that I need to rename by adding capitals to each word but the filename doesn't currently have any spaces so the Case (4) option doesn't work.
eg: filenameone Want to rename as FileNameOne or even File Name One
How varied are the filenames? I don't think there is a quick way of doing this. It's possibly best to use Replace (3) to match and replace, and in Remove (5) tick D/S and Trim. Replace: "file|name|one" With: " File | Name | One "