I know you can autogenerate PowerPoint slides using VBA (in Access).
Is there any way this can be done in managed code (C#.NET)?
If so please provide any information about how this might be done, or point me to a resource. Thank you.
Printable View
I know you can autogenerate PowerPoint slides using VBA (in Access).
Is there any way this can be done in managed code (C#.NET)?
If so please provide any information about how this might be done, or point me to a resource. Thank you.
If I'm not mistaken it works like this:
In VBA(Access) you can generate PowerPoint Slides by using PowerPoint (even if you don't see it), or better the VBA of PowerPoint.
You might be able to do this in C##, but you would need at least the Object-Modell of PowerPoint, and I think you need PowerPoint also.