in reply to Re^2: Win32::OLE Excel Conditional Formatting error
in thread Win32::OLE Excel Conditional Formatting error
makes cells in the first column red except A4 and A9. Here are the codes for Type and Operator.$rangeFormat->FormatConditions->Add({Type=>1, Operator=>4, Formula1=>" +=TRUE"}); $rangeFormat->FormatConditions(1)->Font->{Color} = -16776961;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::OLE Excel Conditional Formatting error
by slick.user (Acolyte) on Feb 29, 2024 at 21:29 UTC |