|
-
May 2nd, 2001, 03:38 PM
#1
Thread Starter
New Member
How can I create Insert->Object
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
-
May 3rd, 2001, 06:09 AM
#2

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 
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.
-
May 3rd, 2001, 08:21 AM
#3
Thread Starter
New Member
Help on "Insert-> Object"
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|