it is an excel list with 50,000 rows of address information, we need to break it into lists of 1000 rows per list
each new list to have a unique name such as list_01, list_02.
Main Topics
Browse All TopicsI have one list of 50,000 that I need broken into lists of 1000, is this something that can be done in excel?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
This assumes that your data is in column A and that you have the sheet with said data active at time of running, can be altered to suit your needs.
You will need to change the path the file is saved to as I have used my desktop as an example, only change this part: C:\Documents and Settings\michael.blackman\
Hope this helps.
Grrr.... Posted a reply and as I was writing it board went down and I've lost the post :(
Try Again...
Hit alt & F11 - Brings up Visual Basic
On the left find the project that relates to the file in question
Right Click
Insert
Module
On the Right handside paste in my code
Hit F5 or the Run button (green sideways triangle)
Remember to alter the file path in the below line as mentioned before for the place you wish the files to be saved to:
.SaveAs Filename:="C:\Documents and Settings\michael.blackman\
Please remember to save your work before trying any macro's you recieve on forums to prevent data loss :)
Hope this helps.
Business Accounts
Answer for Membership
by: MagaduPosted on 2009-06-11 at 08:36:03ID: 24603591
I am sure it can be done, but can you please provide more details.
What type of list, How you want to break it.
An example is always helpful.