How get the recent files list in PowerPoint 2007?

C

csr9632

I want to get the recent files list in PowerPoint 2007 by using PowerPoint
application object?
How can I?

Thanks.
 
C

csr9632

Thanks Shyam Pillai!

And then, how can I access the registry of PowerPoint MRU?

Is there any sample code?
 
J

John Wilson

This should access the address of the first entry in recent files
Dim regstring as String
regstring = CreateObject("WScript.Shell").RegRead _
("HKCU\Software\Microsoft\Office\11.0\Powerpoint\Recent File List\File1")

This is for 2003 (v.11) change the 11 for other versions and file number for
other entries
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top