A
ajtessy
I need help in doing this:
I have an excel worsheet that have columns for destination folder and
corresponding file to search for. The files to be search for will have wild
cards e.g *total*.*. What I want to do is create a macro that will search for
call values in a range, copy the result of the search to the corresponding
destination folder
for example
column A(files to search for) column(Destination folder) column c (source
always c:\documents)
*total*.* total_cost
c:\documents
*accounts*.* total_account
c:\documents
so what i want is to create a macro to search for column A in Column C and
copy the result(all files found) to column B.
Kindly help !!!
I have an excel worsheet that have columns for destination folder and
corresponding file to search for. The files to be search for will have wild
cards e.g *total*.*. What I want to do is create a macro that will search for
call values in a range, copy the result of the search to the corresponding
destination folder
for example
column A(files to search for) column(Destination folder) column c (source
always c:\documents)
*total*.* total_cost
c:\documents
*accounts*.* total_account
c:\documents
so what i want is to create a macro to search for column A in Column C and
copy the result(all files found) to column B.
Kindly help !!!