alandgri
unread,May 27, 2012, 8:53:22 AM5/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I can think of two possible methods:
1) Use Visual Studio Tools for Office which allows you programmatic
access to all of the MS Office functionality.
2) Change the extension of a pptx file to a zip file, then unzip it
using any zip utility. This should explode it out into a number of
folders and xml files. You could then find where the particular note
you are wanting to change is exposed in the XML model. Once you have
that, you could very easily write a program to automate all of the
steps for all of your files.