View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rp007 Rp007 is offline
external usenet poster
 
Posts: 7
Default Pattern search - Programmatically.

Hi

I have a requirement for looking for particular pattern of data existence in
the excel sheet. e.g. for SSN which will be of 999-99-9999 pattern. This
pattern should list allthe SSN numbers data in the excel.

How do we do programmatically. I am using C# and refering Excel 11.0 object
library.


Thanks, in advance.
-Ram.