I know you can use VBA in Access to autogenerate PowerPoint slides from a database.
Can this be done in C#.NET? If so please provide any detail or resources on this. Thank you.
Printable View
I know you can use VBA in Access to autogenerate PowerPoint slides from a database.
Can this be done in C#.NET? If so please provide any detail or resources on this. Thank you.
Dude, save yourself some pain, and just use VB.NET for any office automation. There is just too many stupid little gotcha's in C# office automation compared to the the more laxed VB.NET.
Even if your app is C#, you can build one project in the solution in VB.Net to handle the office automation.