I was trying to write a macro that performed the following:
For every sheet in the workbook:
1. Select a column
2. Search in the selected column for a specific value in the Row number 5
3. If that value matches another cel (A1), then Insert two columns before the selected column
- Perform the same for every column in the sheet. (i mean, those columns where there is something, I know that there are an infinite amount of potential columns).
Any help or direction toward an answer would be more than helpful.
This will get you what you are after, I think.