I am using a macro that I found on one of these forums to copy the selected file names to the clipboard. The macro correctly retrieves the file paths but the loop below does not work but just saves the last file name to the clipboard.
I don't understand why my macro did not work though. I expected the macro to loop through the for next loop for each file in the list and save that filename to the clipboard on each loop.
I suspect it was doing exactly that. However, ONLY the last filename would be on the current Clipboard. If you view KM's Clipboard History Switcher, you will probably see all of the other fine names on prior clipboards.