I have a CSV file that has columns from A to GC. I want to delete several of those columns that are not needed. Is there a way to create a VBA function to do this for me? I could manually delete them, but if there is a way to create a function to do this for me would be great.
This won't be the only time I do this, so creating something portable is needed.
Ex: Delete Col D:F, H:Z etc.
Maybe a lookup table with the fields I want and then have VBA delete them.
What do you all think is the easiest way to do this?
Bookmarks