Hi All
Is it possible to get the text from a table cell in word using OLE - I know you can replace text in a cell.
Cheers
Colin
Word OLE
Re: Word OLE
Did you try
Code: Select all
cText = oWord:ActiveDocument:Tables(1):Cell(1, 1):Range:Text
-
- Posts: 310
- Joined: Mon Oct 10, 2005 5:10 am
Re: Word OLE
Hi Anserkk
Thanks for your reply.
Cheers
Colin
Thanks for your reply.
Cheers
Colin