I want to do something like the following in PowerPoint:
Application.CommandBars.ExecuteMso ("PasteSourceFormatting")
but, when I have a table selected, to run the "Layout" -> "Cell Margins" -> "Narrow"
What is the idMSO / ExecuteMso tag with the 'Narrow' option?
Similarly, with table selected, on the "Home" tab, "Font" -> "Size" and the number?
Calling an 'ExecuteMso' command would apply required changes to an entire table vs. forcing a developer to loop through each cell individually which creates a bottleneck.
Thanks