Hello,

I have a general question to ask I made a magic square program that
displays this number for example:

    8      1      6
    3      5      7
    4      9      2

in ListView which I plan to use all the time. My question is I want to
be able to import these numbers in .DOC file with a line grid drawn
around them, like this for example:


  -------------
  I 8 I 1 I 6 I
  --------------
  I 3 I 5 I 7 I
  --------------
  I 4 I 9 I 2 I
  --------------

I don't want the exported content in the .DOC to be a picture but
actual grid that I can select and copy (and edit) the selected grid if
I want. Can anyone help me in this regard? Thanks in advance.

Reply via email to