View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich[_30_] Rich[_30_] is offline
external usenet poster
 
Posts: 5
Default Cell Format Check

I need a macro to check each cell in a range to see if it fits a
certain format. Specifically the format is

LLNNNNNNL

L = letter
N = number

Is there any easy way to do this?

Thanks,
Richard