View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jonathan jonathan is offline
external usenet poster
 
Posts: 6
Default Format Cell Content

I have an ODBC report that I want to highlighth rows if the content of one
cell in a column is different to another cell in another column.


Excample row a2 will be coloured if cell a12 is less than a40. But then I
need this to happen in all the rows down the reports which will be un
undetermined length.

I want to do this in VBA as a automatic procedure after the ODBC has been
refereshed, can it be done as a macro and then I can call the function using
a command button?

TIA


Jonathan