I want to create a VB application that I can insert into into a word document using MicrosoftWord Insert->object selecting the object by object type
Printable View
I want to create a VB application that I can insert into into a word document using MicrosoftWord Insert->object selecting the object by object type
:confused:
If you compile your app into an exe, MSWord will pick this up & let you insert it,
I'm not too sure why you can't from the insert menu as I've just tested it here :eek:
If you're meaning you want to insert an object in code,
then create a word Macro, insert the object manually then pinch the MS created code.
Still not sure , there must be something else you have to do for Word to pick it up. I have created many applications and none of these appear in the Word->Insert-> Object-> Object types list.
If you insert the Exe file it does not show the application just the application.
------------------
No I don't want to create a VBA Class object, I want to create a ShapeObject or InsertLineObject. The intention being I want to mimic the way you are allowed to insert an MS Excel object, so A user can just add our application that interputs data passsed and displays it graphically.
Cheers