- or download this
my $range = $wb->Sheets('Sheet1')->Range("B1:B10");
...
$found = $range->FindNext($found);
} while($found && $found->{Address} ne $firstfound->{Address});
- or download this
$B$2 = John
$B$4 = John
$B$7 = John
- or download this
$found->Font->{Size} -= 2;