B
Bo Hansson
I want to insert an inline shape into a table cell and then add text below
the shape.
In Word 2003 I'm using the following code (which works fine):
.Move Unit:=wdCell, Count:=1
.Expand wdCell
.InlineShapes.AddPicture FileName:=<path> & "Picture.bmp"
.InsertAfter vbCrLf
.InsertAfter "Text"
However, when using the same code in Word 2000, it does not give the desired
result.
The shape then seems to choose its own position within the cell!
Please, tell me what to do.
/BosseH
the shape.
In Word 2003 I'm using the following code (which works fine):
.Move Unit:=wdCell, Count:=1
.Expand wdCell
.InlineShapes.AddPicture FileName:=<path> & "Picture.bmp"
.InsertAfter vbCrLf
.InsertAfter "Text"
However, when using the same code in Word 2000, it does not give the desired
result.
The shape then seems to choose its own position within the cell!
Please, tell me what to do.
/BosseH