Insert OLE Object?

R

rjlohan

Hi,

I need a way to insert an OLE Object into a Word doc using VBA. Does
anyone know how I can do this?

I'm basically looking to duplicate Word's Inert->Object dialog.

I know about the InsertFile method, which I believe provides the
functionality of the Insert->File menu. IS there a different mechanism
to insert an OLE Object?

Cheers,
Ryan
 
C

Chad DeMeyer

Ryan,

Look up:
InlineShapes.Add(arguments) and
Shapes.Add(arguments)

Regards,
Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top