View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stuart[_31_] Stuart[_31_] is offline
external usenet poster
 
Posts: 3
Default Split data into multiple worksheets by row count

Hi,

I have a very large data list which I need to run some formula on,
however because the data has over 200,000 rows when the formula is ran
the processor grinds to a halt.

Is there any way using vba that the rows can be split into worksheets
for say every 10,000 rows of data?

Any help is greatly appreciated.

Thanks
Stuart