I am currently trying to automate the process of saving each row in an Excel file as an individual .csv file. I was able to record the below code when doing it manually for 1 row and would like to automate this for all rows.
I'm hoping someone might be able to point me in the right direction.
Some issues I have:
I'm hoping someone might be able to point me in the right direction.
Some issues I have:
- Each file needs to save as the File Name listed in Column A.
- When copying the data, I need it to ignore cells that are blank.
- When pasting into a new workbook, I need it to transpose without formatting.