Guest_imported
New member
- Jan 1, 1970
- 0
How can I insert a footnote on a table cell on a document thats being opened on a OLE Obj?
I could use:
ActiveDocument.Footnotes.Add Range:=otable.Cell(i,j).Range TexT:="Anything"
But this says I have some invalid reference somewhere... the weird part is that this actually WORK on VBA! But on VB this doesn't seem to work, if I try to add a footnote without being on a table this will work though...
I could use:
ActiveDocument.Footnotes.Add Range:=otable.Cell(i,j).Range TexT:="Anything"
But this says I have some invalid reference somewhere... the weird part is that this actually WORK on VBA! But on VB this doesn't seem to work, if I try to add a footnote without being on a table this will work though...