R
Roger Hembury
Hi,
Wonder if you can help.
I am using VB6 to control Word 2002 via the oject model but I can't get the
syntax quite right to insert a jpg graphic into a specific cell in a table.
If I just dump the graphic on the page then the code
objWord.ActiveDocument.Shapes.AddPicture App.Path & "\" & DataExch.Logo,
True, True, 210, 230, 177, 99
works but it can be a bit haphazard where the graphic ends up due to the
other text on the page.
What I need is a similar line of code the plonk the graphic into a table
cell.
Thanks in advance
Roger
Wonder if you can help.
I am using VB6 to control Word 2002 via the oject model but I can't get the
syntax quite right to insert a jpg graphic into a specific cell in a table.
If I just dump the graphic on the page then the code
objWord.ActiveDocument.Shapes.AddPicture App.Path & "\" & DataExch.Logo,
True, True, 210, 230, 177, 99
works but it can be a bit haphazard where the graphic ends up due to the
other text on the page.
What I need is a similar line of code the plonk the graphic into a table
cell.
Thanks in advance
Roger