Results 1 to 3 of 3

Thread: How can I create Insert->Object

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    2

    Talking 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
    Zak

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    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.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    2

    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
    Zak

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width