A
Ahmad Jalil Qarshi
hi!
I have inserted an OLEControlObject into word document using vba as
following
Selection.InlineShapes.AddOLEControl(ClsType)
No after inserting it I tried to move cursor to the next line after the
Control. using
Selection.TypeParagraph()
it deleted the Control. So what should I do to avoid it. furthermore if i
want to move cursor one space after the Control.
Thanks in advance.
Ahmad Jalil Qarshi
I have inserted an OLEControlObject into word document using vba as
following
Selection.InlineShapes.AddOLEControl(ClsType)
No after inserting it I tried to move cursor to the next line after the
Control. using
Selection.TypeParagraph()
it deleted the Control. So what should I do to avoid it. furthermore if i
want to move cursor one space after the Control.
Thanks in advance.
Ahmad Jalil Qarshi