PDA

Click to See Complete Forum and Search --> : VBA in C# .NET - Generating PowerPoint slides


highlife
Nov 1st, 2004, 09:01 AM
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.

hellswraith
Nov 1st, 2004, 10:16 PM
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.