Is there a substring function in ppt vba?

  • Thread starter Thread starter Lily
  • Start date Start date
InStr(<Start offset in string>, <string>, <substring>)
returns 0 if substring not found in string. otherwise returns the offset
(which is >= Start offset in string).

InStrRev() is the same but searches from the end.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
 

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

Back
Top