Is there a way, other than scanning the registry, to determine that a RecentFile object is pinned to the "Recent Documents" list? From VBA for preference, something that can live in an add-in.
Background: I'm looking to persuade Excel to "float" pinned items to the top (or bottom) of the list, which could be achieved by re-Adding them to RecentFiles, if only I could identify the items of interest.
I can see in the Registry (within HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\File MRU) that the pinned item is identified there, e.g.:
[F00000001][T01CC04D632020F50]*C:\Files\ThisOneIsPinned.xlsx
[F00000000][T01CBFB8F14408960]*C:\Files\ThisOneIsNot.xlsx
... so that's a way to approach it, I suppose. I'd prefer something a little less, er, exciting..