View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jimmy[_2_] jimmy[_2_] is offline
external usenet poster
 
Posts: 5
Default Deleting duplicates across sheets

I have a script that will delete duplicate entries for a
user selected column. My problem is that the data set i
am currently working on is HUGE, spread across 5 sheets,
and duplicates can occur on any of the 5 sheets. My
question is how to modify my script so that it checks each
sheet instead of only one.

if thats too specific, i guess i could use the vb code
that would scan across multiple worksheets instead of just
one. the file contains 340,000 rows.