Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const 'Microsoft Excel';
    [...]
    ...
         TextOperator => xlEndsWith });
    $Range->FormatConditions(1)->Interior->{ColorIndex} = 3;
    $Range->FormatConditions(1)->Font->{ColorIndex} = 5;