Microsoft
Software
Hardware
Network
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..$leng
th_ma-1];
return sprintf"%.2f",$sum / $length_ma;
}
Random Solutions
align img to right of td
Internet Explorer 8 won't load certain pages.
iPad secondary SMTP Server
part date + add to year
Can't Ping DC with name
Strange Blackberry Texting Issue after Enterprise Activation
Why can't I pull the from variable from this form? ASP classic
Intel dual ethernet card gigabit
vba - listbox double click issue
How can I paint a cell of my table when I click on the mouse ?