in reply to Re^2: Borders of a single cell in Excel
in thread Borders of a single cell in Excel

Hi, it didn't work. Eventually, I've tried some differnet code that worked:
my @Edges = qw(xlEdgeBottom xlEdgeLeft xlEdgeRight xlEdgeT +op xlDiagonalUp xlDiagonalDown); foreach my $edge (@Edges) { $SheetWaferMap->Range("$Excel_LUT{$ValueX}$ValueY")->B +orders(eval($edge))->{LineStyle} = 7; }