Can I use a wildcard if mutliple .xls files all have the same scheme, but have multiple sheets?
I have the similar requirement , but my files have mismatched number of columns and mismatched columns names i need . I need to process each file , get specific columns and generate output file for each input
i tried setting up the following
dir —-> macro [ macroinput(fullpath) —-> dynamicInput—-> formula —- select —> macro output] —-> outputtool
but dynamic tool complains that second file has mismatched columns , i thought putting in macro would do it
please help