Group: microsoft.public.word.vba.general
From: =?Utf-8?B?R3Jlbmllcg==?=
Date: Monday, February 25, 2008 1:57 PM
Subject: Update table cell in footer !

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 !