Help for this page

Select Code to Download


  1. or download this
    $WS->Cells($i,11)->FormatConditions->Add(xlExpression,,
       "=AND(J$i>0,K$i=0)");
    
  2. or download this
    $WS->Cells($i,11)->FormatConditions->Add(xlExpression, undef,
       "=AND(J$i>0,K$i=0)");