while Adding OLE controls to word document , like am using a combobox, the
control is always added at the start of the document, rather than at the
current cursor position.

Am using a commandbar button , which when clicked, loads combobox in that
document, but the problem is that that the combobox is added at the start
of the document.

Can anyone help?

--
Message posted via http://www.officekb.com

Re: Adding OLE controls to word document by Word

Word
Fri Mar 18 06:56:16 CST 2005

G'day "Ashish Ojha via OfficeKB.com" <forum@OfficeKB.com>,

You can insert the control at some range. Set this range sensibly to
reflect where in the document to add the control.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Ashish Ojha via OfficeKB.com reckoned:

> while Adding OLE controls to word document , like am using a combobox, the
>control is always added at the start of the document, rather than at the
>current cursor position.
>
>Am using a commandbar button , which when clicked, loads combobox in that
>document, but the problem is that that the combobox is added at the start
>of the document.
>
>Can anyone help?