View Single Post
 
Old 05-06-2017, 04:42 AM
skarden skarden is offline Windows Vista Office 2010 64bit
Novice
 
Join Date: Dec 2011
Location: Orlando, FL
Posts: 27
skarden is on a distinguished road
Smile Macro to go to Recent Files Opened

That's for the reply, but I'm not sure that would let me designate my own icon for a built in, idMso, call. However, it is moot as I *finally* found the way to go to the Recent Files Open screen in the Backstage. (It worked in Word 2016 and I haven't tried it on earlier versions).

The single program line I needed was:

Application.CommandBars.ExecuteMso ("FileOpenRecentFile")

then it was a snap for me create a macro with that line in it, use my own icon and to execute it via a standard Ribbon callback called from my custom button.

Stuart
Reply With Quote