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.


On May 23, 11:36 am, Nmacgre <natemacgre...@gmail.com> wrote:
> I'm looking for a way to manipulate strings in the notes section of a
> powerpoint. For example in the notes section I may have something like
> "Hint 1 Audio" and need it changed to "Hint1 Audio" for a LARGE volume
> of ppts. Any idea where I should look?

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to