In article <54860106-2E66-48D6-A6D0-(E-Mail Removed)>, Titus wrote:
> Hi everyone,
>
> Is there a place where I can find the integer values for the various mso
> enumerations that are used in PowerPoint automation programming? I'm
> developering an application in C++ and finding, for example, that if a
> property of an object requires an MsoTriState value for setting then I need
> to determine the actual value of the MsoTriState enumerations (msoTrue,
> msoFalse, etc) in order to call the method. Ideally, I would like to find a
> header file that declares each enumeration type and defined values to include
> in my application.
Use the Object Browser in the VBA IDE from within PPT. It's a bit tedious
compared to having all the values handy in a text file but it works.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:
www.pptfaq.com
PPTools:
www.pptools.com
================================================