B
BorisS
I need something that will:
1) allow Excel to perform a bit of code
2) grab a resulting chart off of a page (will be a chart sheet, so only
thing on that page)
3) paste it into word (will place cursor at start of a table)
4) move to the right (effectively selecting the next cell of the word table)
5) go to Excel, allow it to run an iteration of the chart
6) grab and paste to word
There will be a limited number of iterations of the chart, but each cycle
needs to jump from Excel to Word for pasting.
Thanks for any help. I am totally new to the idea of having VB bounce
between apps, so any guidance along how to implement any code offered would
be most appreciated. I've done VB in each app separately, but not together.
1) allow Excel to perform a bit of code
2) grab a resulting chart off of a page (will be a chart sheet, so only
thing on that page)
3) paste it into word (will place cursor at start of a table)
4) move to the right (effectively selecting the next cell of the word table)
5) go to Excel, allow it to run an iteration of the chart
6) grab and paste to word
There will be a limited number of iterations of the chart, but each cycle
needs to jump from Excel to Word for pasting.
Thanks for any help. I am totally new to the idea of having VB bounce
between apps, so any guidance along how to implement any code offered would
be most appreciated. I've done VB in each app separately, but not together.