Hey,
I'm a Mech Engineer and i work with a team. We search multiple excel files in different locations with information on multiple sheets.
i'm trying to lean (improve this process) from college coding experience (limited).
I need help and this is probably already around or easily patched together.
Code requirements:
-easy to change the text searched for
-Search specific excel sheets in multiple directories (i can add the locations) lets say 5 different excel files in 5 different locations
-Might show up multiple times in the file and on different sheets
-Import a the header (row 1 of the sheet and Row that contains the found information) Information in a column could be just the XXXXXX data or could be "crap, crap, XXXXXX, crap, crap" format
-each file would import to it's own sheet in the current excel file to be analyzed.
can anyone help me with this challenge?
thanks for your time and help
I'm a Mech Engineer and i work with a team. We search multiple excel files in different locations with information on multiple sheets.
i'm trying to lean (improve this process) from college coding experience (limited).
I need help and this is probably already around or easily patched together.
Code requirements:
-easy to change the text searched for
-Search specific excel sheets in multiple directories (i can add the locations) lets say 5 different excel files in 5 different locations
-Might show up multiple times in the file and on different sheets
-Import a the header (row 1 of the sheet and Row that contains the found information) Information in a column could be just the XXXXXX data or could be "crap, crap, XXXXXX, crap, crap" format
-each file would import to it's own sheet in the current excel file to be analyzed.
can anyone help me with this challenge?
thanks for your time and help