{ ... } aDoc := WordApp.Documents.Add(EmptyParam, EmptyParam); aDoc.Sections.Item(1).Footers.Item(wdHeaderFooterPrimary).Range.Text := 'This is a footer'; { ... }