K
Kumar
Hello,
I am inserting a picture at the insertion point position using
addoleobject method in Vba. My problem is after the picture is
inserted, the insertion point goes to the top of the document. How do
I ensure to have the insertion point at the end of the picture after
it is inserted.
I tried using:
Dim oRng As Range
Set oRng = Selection.Range
before the addoleobject code and then
oRng.Select at the end. This keeps the insertion point at the starting
point of the picture...I need the insertion point at the end of the
picture? Pls help.
Thanks
Kamur
I am inserting a picture at the insertion point position using
addoleobject method in Vba. My problem is after the picture is
inserted, the insertion point goes to the top of the document. How do
I ensure to have the insertion point at the end of the picture after
it is inserted.
I tried using:
Dim oRng As Range
Set oRng = Selection.Range
before the addoleobject code and then
oRng.Select at the end. This keeps the insertion point at the starting
point of the picture...I need the insertion point at the end of the
picture? Pls help.
Thanks
Kamur