Hi Uwe, Just a further update... it is interesting that my own search of Key Strings and related Actions (written in .NET, of course 😉 ) result in the use of the exact same IDs of the "standard" menu items that you had (see below). I am running ID CC2014 on Windows and I believe that you are CS5.5 on a Mac. A few versions of separations and different OS platforms. Interesting... But I don't believe that you can just use any of the Id's of the set that is resultant from an MenuAction.ItemByName() search, as there appears to "Areas" (see MenuItem.Area property) that play into the usefulness of these MenuItem Ids. I have managed to "automate" the selection of the proper "area" that I want but it dowsn;t seem to be working in 100% of the scenarios. So I will get back to you... Here's my results: === KeyStrings searched by 'Select All Unused' === $ID/SelectUnusedObjectStyles $ID/Select All Unused $ID/#CondTextUI_SelectUnusedMenu $ID/SelectAllUnused $ID/Select All Unused_2 $ID/kSelectAllUnused Matches found: 6 ---------------------------------------------------------------------------------------------------- === MenuActions searched by '$ID/SelectUnusedObjectStyles' === 8454: Select All Unused(Panel Menus:Character Styles, Label: ) 8474: Select All Unused(Panel Menus:Paragraph Styles, Label: ) 16395: Select All Unused(Panel Menus:Swatches, Label: ) 68111: Select All Unused(Panel Menus:Trap Presets, Label: ) 113167: Select All Unused(Panel Menus:Object Styles, Label: ) 132111: Select All Unused(Other, Label: ) 132131: Select All Unused(Panel Menus:Cell Styles, Label: ) 133143: Select All Unused(Panel Menus:Conditional Text, Label: ) Matches found: 8 ---------------------------------------------------------------------------------------------------- === MenuActions searched by '$ID/Select All Unused' === 8454: Select All Unused(Panel Menus:Character Styles, Label: ) 8474: Select All Unused(Panel Menus:Paragraph Styles, Label: ) 16395: Select All Unused(Panel Menus:Swatches, Label: ) 68111: Select All Unused(Panel Menus:Trap Presets, Label: ) 113167: Select All Unused(Panel Menus:Object Styles, Label: ) 132111: Select All Unused(Other, Label: ) 132131: Select All Unused(Panel Menus:Cell Styles, Label: ) 133143: Select All Unused(Panel Menus:Conditional Text, Label: ) Matches found: 8 ---------------------------------------------------------------------------------------------------- === MenuActions searched by '$ID/#CondTextUI_SelectUnusedMenu' === 8454: Select All Unused(Panel Menus:Character Styles, Label: ) 8474: Select All Unused(Panel Menus:Paragraph Styles, Label: ) 16395: Select All Unused(Panel Menus:Swatches, Label: ) 68111: Select All Unused(Panel Menus:Trap Presets, Label: ) 113167: Select All Unused(Panel Menus:Object Styles, Label: ) 132111: Select All Unused(Other, Label: ) 132131: Select All Unused(Panel Menus:Cell Styles, Label: ) 133143: Select All Unused(Panel Menus:Conditional Text, Label: ) Matches found: 8 ---------------------------------------------------------------------------------------------------- === MenuActions searched by '$ID/SelectAllUnused' === 8454: Select All Unused(Panel Menus:Character Styles, Label: ) 8474: Select All Unused(Panel Menus:Paragraph Styles, Label: ) 16395: Select All Unused(Panel Menus:Swatches, Label: ) 68111: Select All Unused(Panel Menus:Trap Presets, Label: ) 113167: Select All Unused(Panel Menus:Object Styles, Label: ) 132111: Select All Unused(Other, Label: ) 132131: Select All Unused(Panel Menus:Cell Styles, Label: ) 133143: Select All Unused(Panel Menus:Conditional Text, Label: ) Matches found: 8 ---------------------------------------------------------------------------------------------------- === MenuActions searched by '$ID/Select All Unused_2' === 8454: Select All Unused(Panel Menus:Character Styles, Label: ) 8474: Select All Unused(Panel Menus:Paragraph Styles, Label: ) 16395: Select All Unused(Panel Menus:Swatches, Label: ) 68111: Select All Unused(Panel Menus:Trap Presets, Label: ) 113167: Select All Unused(Panel Menus:Object Styles, Label: ) 132111: Select All Unused(Other, Label: ) 132131: Select All Unused(Panel Menus:Cell Styles, Label: ) 133143: Select All Unused(Panel Menus:Conditional Text, Label: ) Matches found: 8 ---------------------------------------------------------------------------------------------------- === MenuActions searched by '$ID/kSelectAllUnused' === 8454: Select All Unused(Panel Menus:Character Styles, Label: ) 8474: Select All Unused(Panel Menus:Paragraph Styles, Label: ) 16395: Select All Unused(Panel Menus:Swatches, Label: ) 68111: Select All Unused(Panel Menus:Trap Presets, Label: ) 113167: Select All Unused(Panel Menus:Object Styles, Label: ) 132111: Select All Unused(Other, Label: ) 132131: Select All Unused(Panel Menus:Cell Styles, Label: ) 133143: Select All Unused(Panel Menus:Conditional Text, Label: ) Matches found: 8 ----------------------------------------------------------------------------------------------------
... View more