Finding a word within a macro

G

Guest

Is there a way to search all powerpoint files looking for a particular word
contained in a macro. So, if a colleague wrote a macro for a power point
file, and left but there are many, many power point files, how would I be
able to search through all of the files and locate the macro I need (I do
have a few key words contained in the macro).
 
B

Bill Dilworth

Good Evening,

This is a bit more complicated than it sounds. There are three major
components, the batch process, the access, and the code itself.


Read up on batch processing here,
Batch: Do something to every file in a folder
http://www.pptfaq.com/FAQ00536.htm

You will need to allow code to have access to your VBA project in the
Security options.

And you will need to write code to paw thru the code looking for the key
words you designate.

This is really not a beginner's project. Do you know VBA coding?
If you are not familiar with coding in VBA, you will be better off using the
services of a professional coder.

--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top