G
Grenier
looking for the right syntax to access a cell in a footer ?
here's what I've tried with no success...
Set Rng = ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range
with rng.table(1).cell(2,2)
.text = "updated on february 25"
end with
Merci !
here's what I've tried with no success...
Set Rng = ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range
with rng.table(1).cell(2,2)
.text = "updated on february 25"
end with
Merci !