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.
 
Back
Top