Through VBA - How to find a specific column by name say Inception_Month and if found delete entire column and if not found, go ahead with the remaining code. Please help guys.
I already tried this by recording a macro by doing Ctrl F but it gives error if it doesn't find a particular column name, I don't want to see the error. I want the code to continue with next steps if no column exists by name "Inception_Month".
If Column name is found - I want the entire column to be removed and right next column to be moved at the deleted column space, don't want to see an empty column.