View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_58_] Mike[_58_] is offline
external usenet poster
 
Posts: 18
Default Evaluating a range

I would appreciate some help on evaluating a range
(Columns A:K). The problem is that there are several
different variable types within this range. How can I
code the program to say if all cells are blank, do "X".

I could look at each cell in each column for each row but
that doesn't seem to be efficient.

Thanks for the help.