in reply to Re: Writing text after creating a table in MS Word using win32::ole
in thread Writing text after creating a table in MS Word using win32::ole

I am keeping the count of number of rows that I have to create. Here,

5 is constant value for wdLine

4 is the number of rows + 1

  • Comment on Re^2: Writing text after creating a table in MS Word using win32::ole

Replies are listed 'Best First'.
Re^3: Writing text after creating a table in MS Word using win32::ole
by hdb (Monsignor) on Sep 12, 2013 at 12:50 UTC

    This does not work if a cell has multiple rows that also count. If you set the number of rows to move down to a HUGE number, then it works. Quite inelegantly though...

Re^3: Writing text after creating a table in MS Word using win32::ole
by Anonymous Monk on Sep 12, 2013 at 13:08 UTC

      I did try your advice and it worked. Thanks a lot !!