Help for this page

Select Code to Download


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