I have a data similar to this in my multiple files.
Here in column 5 we can see either V or W . I wish to delete this column only and only if it contain any alpha bate like X, V, Z, A, B, C etc. In case column 5 contain digits i do not want to delete it.
I had tried a code I am pasting...