Opening tsv file via Notepad++ and save it in text format
问题 I'm trying to automate a process that where in a folder there are 50+ tsv files. They have to be opened via notepad++ and save it as .txt file in the same folder. Using the below code i'm opening the tsv file in notepad++. MyTxtFile = Shell("C:\Program Files (x86)\Notepad++\notepad++.exe I:\Test\Sample.tsv", 1) However, i have no idea how to save it as txt file by using VBA. Is it doable? If yes kindly teach me how. Thank you in advance :) 回答1: If you only want to rename the files from *.tsv