In this video, I will be showing how to write a macro to split a CSV file into multiple CSV files using Excel VBA.
Splitting a CSV file or an Excel file is probably one of the most common tasks in work places, and instead of manually doing it by hand to waste countless hours, or using a paid service, why not writing a macro to automate the task, and the VBA code is actually not that complex.
Buy Me a Coffee? Your support is much appreciated!
PayPal Me: https://www.paypal.me/jiejenn/5
Venmo: @Jie-Jenn
Source Code:
if i want to create a chart automatically, for example column 2 and three in all splitted files.
how can i modify this code.
Your answer will be appreciated.
Thank You
Creating charts is not part of the this tutorial.
Hi jiejenn, if I want to split a macro embedded excel file into multiple csv files of say 50k rows each, will this work?
Thanks it help alot
i have a question. how to split csv to multiple csv file per line with file name based on cell value (it unique value like ID etc)