How to run an excel macro in powerpoint - TechRepublic
Question
June 9, 2008 at 11:59 AM
pc_redes

How to run an excel macro in powerpoint

by pc_redes . Updated 17 years, 12 months ago

Hi there,

I have a presentation in power point with a chart on it. In office 2007 the charts are linked to excel, so if you change the data in the excel cells you will see the changes on your chart right away.
My question is: How do you run a macro from power point that change that cells?
The current macro I’m running from excel is:
mycount = Range(“b2”) + 100
Range(“b2”) = mycount

but I will like to run it from power point and I don’t know how to link power point to excel.

Any advice??
Thanks in advance!!!

This discussion is locked

All Comments