Tagged Questions
2
votes
2answers
2k views
OLE automation - WORD tabels (Delphi)
I'm trying to make tables inside tables in WORD. of course in finall program it will be dinamical, which is not in this sample.
Here is my sample code.
var
aTable, bTable, cTable : OLEVariant;
...