Insert Microsoft Graph Chart from Table values

  • Thread starter Thread starter aeddave
  • Start date Start date
A

aeddave

I am trying to record a macro to insert a chart from a table in the Word
document. As I record the macro, everything works fine. The chart looks
great. However, when I run the macro later, the chart is created using the
default sample data rather than my table data. Here are my recording steps:

Start recording (cursor already in table)
1. Table>Select >Table
2. Insert>OBject>Microsoft Graph Chart
3. Click on blank spot of document to close chart editing
Stop Recording

Thanks in advance for any help!
 
Hello Dave
I am trying to record a macro to insert a chart from a table in the Word
document. As I record the macro, everything works fine. The chart looks
great. However, when I run the macro later, the chart is created using the
default sample data rather than my table data. Here are my recording steps:

Start recording (cursor already in table)
1. Table>Select >Table
2. Insert>OBject>Microsoft Graph Chart
3. Click on blank spot of document to close chart editing
Stop Recording

recording works with very simple tasks -- for others, it can give the
developer a rough idea which objects and properties to check.

Better ask this in one of the dedicated .vba newsgroups.

HTH
Robert
 
Back
Top