Skip to main content

[archive] graphics in excel

  • July 2, 2004
  • 2 replies
  • 0 views

[Migrated content. Thread originally posted on 01 July 2004]

How I can insert a graph by means of an object OLE in a Excel document? Thanks

2 replies

[Migrated content. Thread originally posted on 01 July 2004]

How I can insert a graph by means of an object OLE in a Excel document? Thanks
I suggest you check out the range object, it has a method PasteSpecial that I believe will help you.

[Migrated content. Thread originally posted on 01 July 2004]

How I can insert a graph by means of an object OLE in a Excel document? Thanks
If you are talking about inserting an excel chart, then take a look at the online MSDN library for the Excel VBA language reference Chart object documentation here: Chart Object