Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Word Most Recently Used File
Message
 
To
02/01/2004 11:57:25
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00863476
Message ID:
00863484
Views:
15
Probably you are talking about this:
oWord = CREATEOBJECT("Word.Application")
for ia=1 to oWord.RecentFiles.Count
   ?oWord.RecentFiles.Item(ia).Name
endfor
....
>Hi Everyone,
>
>Anybody knows how to get the Word's Most Recently Used files in the registry?
>
>I don't seem to find any entries of Word.
>I can only find the Excel's Most Recently Used files.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform