Skip to content
Prev 76999 / 398502 Next

PowerPoint graph insertion

On 9/9/05, Leif Kirschenbaum <leif at reflectivity.com> wrote:
You can do it in VBA or you can do it in R using the RDCOMClient or 
rcom packages, either of which provide an interface to Microsoft COM 
objects, in general (these are not specific to any particular application).

I would first do it manually in PP with the macro recorder on so you can
see what VBA code is generated by the recorder.  Then you can
use that as a base for your VBA code or if you like you can translate it 
to R using either of the above mentioned R packages.