hey! good work... i have a question.... How to display the *Format > Shape Style Gallery* ** **through VBA - i.e. in the lines of
*1. Application.Dialogs(xlDialogFormatFont).Show* *2. Set Cmd = Application.CommandBars(1).FindControl _* * (Type:=1, ID:=256, Recursive:=True)* * Cmd.Execute* *3. CommandBars.FindControl(ID:=70).Execute* *4. CommandBars("Worksheet Menu Bar").Controls("Format").Controls("Format Shape...").Execute* *5. CommandBars("Cell").Controls("Format Shape...").Execute* etc. etc... I understand it is a RibbonX Gallery item, and may not be available through the "PolicyID" listed in MS Support: http://www.microsoft.com/downloads/details.aspx?FamilyID=4329d9e9-4d11-46a5-898d-23e4f331e9ae&DisplayLang=en Can you confirm? Does VBA (native) has access to RibbonX Gallery? Thanks.... D -- -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com