I have created a code in VBA that automates text files and saves them in a folder. I have multiple sub-functions that do the same just with different text files. I would like to create a code where I can call all those subfunctions and save all the output text files into one folder. Below is one of the sub-functions I have created (the other 5 are pretty much the same format):I have created a code in VBA that automates tex