Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Footnotes and OLE

Status
Not open for further replies.

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...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top