Is it possible to search by header column in VBA?
Desired goal is when header is found, copy whole column to sheet2. Headers should be copied in order of their appearance in headers column. After 3 columns copied, blank column should be inserted, then next 3, then again blank column, and so on..
I managed to do it when headers are in list. But I am struggling when they are in column, not so experienced in VBA.