Hello,
I have an excel database and i need to split it.
Every 1000 records, i need to create a new file.
For example:
If the database contains 2550 records then the outputs will be:
Database1.xlsx (First 1000)
Database2.xlsx (Second 1000)
Database3.xlsx (The rest)
The problem is that the number of records change day by day, so i need help to create a dynamic way to split them.
Thank you.