in reply to Excel - how do I format negative Costs in Red
can be replaced by (see Range Operators):@al = qw (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z);
You could use the following to initialize your hash:@al = 'A' .. 'Z';
my %dp_numfmt = ( dp0 => "0", dp1 => "0.0", dp2 => "0.00", # etc. );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Excel - how do I format negative Costs in Red
by Fletch (Bishop) on Feb 02, 2010 at 15:18 UTC | |
by merrymonk (Hermit) on Feb 02, 2010 at 15:49 UTC | |
|
Re^2: Excel - how do I format negative Costs in Red
by merrymonk (Hermit) on Feb 02, 2010 at 14:37 UTC |