B
Bo Hansson
I'm new to InLineShapes - and have problems!
How do I position an InLineShape?
I'm filling a table with text and sometimes I would like to add an
InlineShape after the text.
But it always appear in front of the text!
My code is like this:
With myRange
'Moving to the right cell and then
.Expand Unit:=wdCell
.InsertAfter "Some text"
If <Condition> Then
InlineShapes.AddPicture FileName:= "path to picture"
End If
End With
How do I position an InLineShape?
I'm filling a table with text and sometimes I would like to add an
InlineShape after the text.
But it always appear in front of the text!
My code is like this:
With myRange
'Moving to the right cell and then
.Expand Unit:=wdCell
.InsertAfter "Some text"
If <Condition> Then
InlineShapes.AddPicture FileName:= "path to picture"
End If
End With