Hi, can anybody help me with the following question:
Is it possible to add a table to a footer of a document?
I have tried:
With ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary)
Set myRange = .Range(Start:=.Range.Start, End:=.Range.End)
(This code generates a failure.)
Set myTable = .Range.Tables.Add(myRange, 2, 2)
(but I didn't succeed in making a range (myRange) in the footer)
End With
Thanks in advance
Randmeer
Is it possible to add a table to a footer of a document?
I have tried:
With ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary)
Set myRange = .Range(Start:=.Range.Start, End:=.Range.End)
(This code generates a failure.)
Set myTable = .Range.Tables.Add(myRange, 2, 2)
(but I didn't succeed in making a range (myRange) in the footer)
End With
Thanks in advance
Randmeer