4
4tis
hi
i am tryiing to read the text of a footer with the function
txt =
ActiveDocument.Sections(1).Footers(wdHeaderFooterFirstPage).Range.Text
then i am changing some data in the string (i got all the footer in one
string) and then write the string back to the footer in the same
function
ActiveDocument.Sections(1).Footers(wdHeaderFooterFirstPage).Range.Text
= txt
my problem is
at the first line i have a page number in the center
at the second line i have a string that i edit in the right side of the
page
after writing the string back all the text including the page number is
right align
how can i write the footer and align any line to the side i want ?
thhanks in advanced
i am tryiing to read the text of a footer with the function
txt =
ActiveDocument.Sections(1).Footers(wdHeaderFooterFirstPage).Range.Text
then i am changing some data in the string (i got all the footer in one
string) and then write the string back to the footer in the same
function
ActiveDocument.Sections(1).Footers(wdHeaderFooterFirstPage).Range.Text
= txt
my problem is
at the first line i have a page number in the center
at the second line i have a string that i edit in the right side of the
page
after writing the string back all the text including the page number is
right align
how can i write the footer and align any line to the side i want ?
thhanks in advanced