I'm tying to load an XML color scheme file into PowerPoint. I was able to successfully write a routine to save the XML color scheme.
I found that in MS Word VBA this can be done by:
ActiveDocument.Documenttheme.ThemeColorScheme.Load "file path & name*"
But I can't figure out how to load it.
Thanks in advance.