'Active CustomLayout slide

How can I get the index number of the active/current CustomLayout that is being displayed in the Slide Master view?

I want to be able to have the user change the current CustomLayout's name.

Thanks!



Solution 1:[1]

The solution provided by @steveRindsberg in the comments worked great:

ActiveWindow.View.Slide.Name

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeremy Caney