Hello,
I am currently working on a project that takes about 3,000 to 35,000 rows of data (varies depending on the month) and seperates them into worksheet based on a unique identifer. For instance
499 John Combs
499 Dick Elloit
599 Jason Pierce
in one excel spread sheet. I want to copy or move that data so that it is in two worksheets (one for 499 and one for 599). Currently I am doing this but I am constintely activating different excel spread sheets inorder to get that data into them, I am using a loop basically that looks at the id number and copies that row of data from my main sheet to my smaller sheets. As you can probably tell this takes forever with all the information I am copying. My question is, is there a better way to maybe copy all the data at once? (I have sorted the original xl file so that all the id numbers will be together). Or is there a way to not activate the worksheet i want to copy to and from each time I copy one row? Any help would be greatly appreciated.
Thanks,
Brad
I am currently working on a project that takes about 3,000 to 35,000 rows of data (varies depending on the month) and seperates them into worksheet based on a unique identifer. For instance
499 John Combs
499 Dick Elloit
599 Jason Pierce
in one excel spread sheet. I want to copy or move that data so that it is in two worksheets (one for 499 and one for 599). Currently I am doing this but I am constintely activating different excel spread sheets inorder to get that data into them, I am using a loop basically that looks at the id number and copies that row of data from my main sheet to my smaller sheets. As you can probably tell this takes forever with all the information I am copying. My question is, is there a better way to maybe copy all the data at once? (I have sorted the original xl file so that all the id numbers will be together). Or is there a way to not activate the worksheet i want to copy to and from each time I copy one row? Any help would be greatly appreciated.
Thanks,
Brad