I have several hundred excel files and I need to insert a row above a certain value. For example, the files look like:
Column A
1-Company
2-Affiliates
ABC Affiliate
DEF Affiliate
3-Company Description
4-Committee Affiliation
Since different .xls files may have different numbers of affiliates, I can't code it to select row 6 ("4-Committee Affiliation) and insert a row above it - in some files "4-Committee Affiliation" may be in row 5 or even row 10. Instead, I need to FIND "4-Committee Affiliation", select that row and insert a row.
Anna Jaeger
iMIS Database Support
Column A
1-Company
2-Affiliates
ABC Affiliate
DEF Affiliate
3-Company Description
4-Committee Affiliation
Since different .xls files may have different numbers of affiliates, I can't code it to select row 6 ("4-Committee Affiliation) and insert a row above it - in some files "4-Committee Affiliation" may be in row 5 or even row 10. Instead, I need to FIND "4-Committee Affiliation", select that row and insert a row.
Anna Jaeger
iMIS Database Support