Using Microsoft Graph Object within Word

S

Stephen Yale

Has anyone developed any code/modules to display
charts/graphs in a word document.

I do not want to shell out to Excel. I want all the
generartion of the chart and code to be in Word only.

How do I name a table range in Word (I can name a range of
cells in Excel)

Thanks
Stephen
 
W

Word Heretic

G'day "Stephen Yale" <[email protected]>,

Yar, you just programmtically call on the drawing objects and when
finished group the suckers. One insta-calced whatever pikky.


Stephen Yale said:
Has anyone developed any code/modules to display
charts/graphs in a word document.

I do not want to shell out to Excel. I want all the
generartion of the chart and code to be in Word only.

How do I name a table range in Word (I can name a range of
cells in Excel)

Thanks
Stephen

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email: [email protected]
Products: http://www.geocities.com/word_heretic/products.html
Spellbooks: 728 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.
 
Top