A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
This should work:
PowerPoint.Globals.ThisAddin.Application
.ActiveWindow.Selection.SlideRange.Shapes.Range(
new string[]
{
"BulletParagraph1",
"BulletParagraph2"
}).Select();
"Kenny AA" wrote in message news:******@communitybridge2.codeplex.com.custompowerpoint...
How do I programatically select multiple shapes in the active slides shaperange using Ppowerpoint VSTO which does not seemt to support the "array" function
PowerPoint.Globals.ThisAddin.Application.ActiveWindow.Selection.SlideRange.Shapes.Range(Array("BulletParagraph1", "BulletParagraph2").Select
http://answers.microsoft.com/message/6859837f-df36-4ba6-9b43-48e889755a9c
Meta
tags: customize; office_2010; custompowerpoint
Thu, 19 Jan 2012 16:32:56
+0000: CreateMessage Kenny AA
Fri, 20 Jan 2012 11:28:23 +0000: Edit Kenny AA
Fri, 20 Jan 2012 11:29:54 +0000: Edit Kenny AA