Results 1 to 3 of 3

Thread: Word and MSGraph

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    15

    Word and MSGraph

    Hi all!

    Need advise on how to do following - in VB .net recreating msgraphs and dumping them into a word document one page at a time

    VB Code:
    1. Dim shp As Word.Shape
    2.  shp = _wordDocument.Shapes.AddOLEObject(ClassType:="MSGraph.Chart.8")
    3. chartOptions.UpdateChart(shp.OLEFormat.Object) 'works with PowerPoint and Excel

    Code above works fine if we have only one chart. If more then one, she crashes causing me an incredible amount of pain.

    Any help will be greatly appreciated

    i16978

  2. #2

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    15

    Re: Word and MSGraph

    What, no one? come on folks I am dying here

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    15

    Re: Word and MSGraph

    basically the real question is this - is there a way to move a shape to the last paragraph of the document or to create it in the last paragraph of the document

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