views:

264

answers:

0

Hello. I've managed to figure out how to create a Word document using PIA and C++ in Visual Studio. But I can't figure out how to write text to the table cells. I would appreciate any help. Thanks

EDIT:

Thanks for your comments. I've finally managed to figure it out: I can loop through the cells in the table, select the cells with Cell->Select() and then use Selection::TypeText to enter the text into the cell.