Question : text in header

Dear experts,

I am putting two texts in the header of each sheet.

Each of the sheets have a page break and hence the headers do not repeat.

I want to know how to put one text so that it appears at the centre ofthe page. Another text aligned to the right side the oapge so that canuse it for book mark and hyperlink.

I am using MS 2003.
Kindly advice the process.

Answer : text in header

sub simple_moving_avg{
    my ($pointer_array,$length_ma)=@_;
    my $sum = 0;
    $sum += $_ for @{$pointer_array}[0..$length_ma-1];
    return sprintf"%.2f",$sum / $length_ma;
}
Random Solutions  
 
programming4us programming4us