Hey Mr.Excel experts,
I'm in need of some assistance here, In order to locate and copy over 1000+ Pdf files I'm trying to create a simple set of strings to apply a wildcard value to a specific column so that each of the entries contains a numerical value (which I already have) and here's the fun part I don't have the alphabetical values which should all be 1 or 2 names. Some of the files may have a Hyphen in between both values.
My goal is to export this list to create a *.bat file so I can run this as needed with little effort.
Anyone have an idea how I can do this?
Here's the excel table I'm using
[TABLE="width: 500"]
<tbody>[TR]
[TD]Output[/TD]
[TD][/TD]
[TD][/TD]
[TD]Current Path folder[/TD]
[TD]File name[/TD]
[TD]Destination folder[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD]=CONCATENATE($I$2;$E$2;F2;$I$2)[/TD]
[TD][/TD]
[TD]T:\Users\Main\Test1[/TD]
[TD]test.pdf[/TD]
[TD]T:\Users\Main\Test2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
as for the VB I tried to use the Amendrightafter function to make sure that the ".pdf" is included but this syntax won't take a wildcard value before the .pdf
Thanks in advance for the replies
I'm in need of some assistance here, In order to locate and copy over 1000+ Pdf files I'm trying to create a simple set of strings to apply a wildcard value to a specific column so that each of the entries contains a numerical value (which I already have) and here's the fun part I don't have the alphabetical values which should all be 1 or 2 names. Some of the files may have a Hyphen in between both values.
My goal is to export this list to create a *.bat file so I can run this as needed with little effort.
Anyone have an idea how I can do this?
Here's the excel table I'm using
[TABLE="width: 500"]
<tbody>[TR]
[TD]Output[/TD]
[TD][/TD]
[TD][/TD]
[TD]Current Path folder[/TD]
[TD]File name[/TD]
[TD]Destination folder[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD]=CONCATENATE($I$2;$E$2;F2;$I$2)[/TD]
[TD][/TD]
[TD]T:\Users\Main\Test1[/TD]
[TD]test.pdf[/TD]
[TD]T:\Users\Main\Test2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Copy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
as for the VB I tried to use the Amendrightafter function to make sure that the ".pdf" is included but this syntax won't take a wildcard value before the .pdf
Thanks in advance for the replies