I use word automation in my VB6 appl.
I want to add a line shape directly into my tablecell.
Can i do that? I know i can do that manually
I want it directly in the cell for positioning reasons!

Now i can only get it somewhere in my doc page
I make sure my cursor is in the tablecell
then i use this command:

Code:
Appword.activedocument.shapes.addLine(bgx,bgy,enx,eny).select
Maybe i have to do something with the shapearea first (or how you call the big reactangle shape which popups up when je add a shape).

Someone any suggestions.