PowerPoint and .INI files

  • Thread starter Thread starter Roderick O'Regan
  • Start date Start date
R

Roderick O'Regan

In Word VBA I can code the following to extract data from an .ini file:

System.PrivateProfileString(Path+Filename, INI Section, Item in section).

When I try that in PowerPoint VBA it doesn't appear to support it. Am I
doing something wrong? And is there a way of extracting matched pair data
from an INI file section within PP?

Regards

Roderick O'Regan
 
Roderick,
Sorry. No native methods are available to perform such operations. But
several VB sites on the web will offer the code to do it using windows API.
 

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