Thread: Look and save
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D D is offline
external usenet poster
 
Posts: 121
Default Look and save

Hi:

I have a big excel file (many records and col) and is sorted by store no. I
would like a code that checks the store no. and save every records within the
same store into the same location under the store name:

St date
3 1/1/04
3 2/3/03
4 1/1/02
4 2/2/04

save 3.xls, 4.xls, etc

Thanks in advance,

Dan