View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Macro to split up Excel files that are larger then 65,000 rows Options

Maybe you can use this ?
http://www.rondebruin.nl/copy5.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message ups.com...
Can someone please help me!!

I am looking for a code which can split up Excel files that are
larger
then 65,000 rows. For now I was using text pad and access, but it's
taking too long.
I need to be able to split up by a project numbers, so that I don't
loose any information which was attached to the project.


For example: If a file has 10 different projects and the last project
started before the 65,000 row and continues, is there anyway for the
macro to take out full data for the particular project and put it in
a
separate file?


I hope I made sense


PLEASE HELP!