For Word 2010, is there a way, using VBA, to 'check' the "Show recommended styles only" box in the "Manage Styles" dialog box? ... thanks!
For Word 2010, is there a way, using VBA, to 'check' the "Show recommended styles only" box in the "Manage Styles" dialog box? ... thanks!
Last edited by sauerj; 12-16-2014 at 02:45 AM.
You could use code like:
![]()
With Application.Dialogs(wdDialogStyleManagement) SendKeys "%R" .Display End With
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Thanks! This is helpful!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks