I have a spreadsheet that takes a list of file names, modifies new file names, and creates the "ren" command to execute using command prompt. So I may have 50 rows from F2:F51 that look like this:
I want to create a macro that pastes this into CMD to run. Normally, you can open CMD and just paste that column manually. Is this possible?
[TABLE="width: 748"]
<tbody>[TR]
[TD="width: 748"]ren "OLD_NAME.pdf" "NEW_NAME.pdf"[/TD]
[/TR]
</tbody>[/TABLE]
I want to create a macro that pastes this into CMD to run. Normally, you can open CMD and just paste that column manually. Is this possible?
Last edited: