Any ideas how to change the color palette entries in Excel using Win32::OLE? (running ActiveState Perl at the moment).
I tried things like:
$book->Colors->[$colourIndex] = excelRGB($rVal,$gVal,$bVal);
- or -
$book->Colors = $array;
Where excelRBG() packs three colours into a scalar or where $array points to an array of packed scalars. Apparently this is not correct as nothing seems to make the palette budge an inch.
Thanks!
Brett
In reply to Excel Color Palette by bretteux
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |