Dear community,
I have an Excel table to be exported to TXT in Unicode encoding with data separated by tabs (these 2 criteria are important) and i want to skip the range of columns: from C to G. Everything that is before C and after G should be exported.
Which VBA code will be able to do that? It will be good if i'm able to choose the destination folder where the resulting TXT file will be saved.
Thank you!
I have an Excel table to be exported to TXT in Unicode encoding with data separated by tabs (these 2 criteria are important) and i want to skip the range of columns: from C to G. Everything that is before C and after G should be exported.
Which VBA code will be able to do that? It will be good if i'm able to choose the destination folder where the resulting TXT file will be saved.
Thank you!