View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
jase jase is offline
external usenet poster
 
Posts: 117
Default CHECKING FOR DESCENDING/ASCENDING RANGE

I am trying to write a code that will look through a range of cells
range("A1:A15") and checks to see if they are all in ascending/descending
order and if not lets me know by painting the background of those cells or
changing thr font. Is this possible?