G
Greg
Noob here so I'll try not to test your patience.
I've been handed some existing word doc's to modify. I'm adding some VBA
programming to speed up data entry of a Test Data Record for one of our
products.
The doc has one embedded chart, which up to this point, the technician has
had to open to gain access to the underlying data (excel spreadsheet). In the
end, I'd like this doc to be a form, saved as a template. When the technician
opens the template, he selects from a pull down menu (field), which upon
exit, the chart is modified, preparing for when the technician later enters
data to the table.
Using VBA, I have been able to modify existing data in the underlying table.
What I can't seem to do is modify the chart formatting. I've got about a
thousand questions but I'll throw a few out to start the ball rolling. If I'm
way off track in my approach, please let me know. I don't want to waste time,
yours or mine.
1)Is it possible to record macros within a chart so I can see what VBA
programming result? So far, my attempts have resulted in empty macros. I'm
either doing something terribly wrong or it's not possible.
2)I am using Office 2007, which allows access to chart data with ChartData.
I've seen some older forum posts which mention checking off on
Tools>references>"Microsoft Graph 12.0 Object Library". Is this in any way
necessary for what I'm trying to do?
3)Any recommendations for a good book, specific to using VBA within word?
I'm all over reading, if it will get me where I want to go.
Thanks in advance for any help.
Greg
I've been handed some existing word doc's to modify. I'm adding some VBA
programming to speed up data entry of a Test Data Record for one of our
products.
The doc has one embedded chart, which up to this point, the technician has
had to open to gain access to the underlying data (excel spreadsheet). In the
end, I'd like this doc to be a form, saved as a template. When the technician
opens the template, he selects from a pull down menu (field), which upon
exit, the chart is modified, preparing for when the technician later enters
data to the table.
Using VBA, I have been able to modify existing data in the underlying table.
What I can't seem to do is modify the chart formatting. I've got about a
thousand questions but I'll throw a few out to start the ball rolling. If I'm
way off track in my approach, please let me know. I don't want to waste time,
yours or mine.
1)Is it possible to record macros within a chart so I can see what VBA
programming result? So far, my attempts have resulted in empty macros. I'm
either doing something terribly wrong or it's not possible.
2)I am using Office 2007, which allows access to chart data with ChartData.
I've seen some older forum posts which mention checking off on
Tools>references>"Microsoft Graph 12.0 Object Library". Is this in any way
necessary for what I'm trying to do?
3)Any recommendations for a good book, specific to using VBA within word?
I'm all over reading, if it will get me where I want to go.
Thanks in advance for any help.
Greg