Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
TechsasDawg TechsasDawg is offline
external usenet poster
 
Posts: 1
Default List recent documents on Word screen

Using Microsoft Word 2002, and I am wondering if there is a way to list
recent Word documents on the screen (like is done in EXCEL) without having to
go to the "File" menu pulldown.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Cindy M. Cindy M. is offline
external usenet poster
 
Posts: 2,416
Default List recent documents on Word screen

Hi ?B?VGVjaHNhc0Rhd2c=?=,

Using Microsoft Word 2002, and I am wondering if there is a way to list
recent Word documents on the screen (like is done in EXCEL) without having to
go to the "File" menu pulldown.

I'm not familiar with this particular feature in Excel, but no: there is no way
built into Word to "print" the list of recently used documents in the Word
document. It's possible to use a macro to "walk" the entries in the File menu.
The following bit of code works for me

Sub ListMRU()
Dim MRUEnd As Long
Dim MRUcounter As Long
Dim commandText As String
Dim cb As Office.CommandBar

Set cb = CommandBars("Menu Bar").Controls("File").CommandBar
MRUEnd = cb.Controls.Count - 2

For MRUcounter = MRUEnd To MRUEnd - 8 Step -1
commandText = (cb.Controls(MRUcounter).Caption & vbCr)
If Left(commandText, 1) = "&" And IsNumeric(Mid(commandText, 2, 1)) Then
Selection.TypeText commandText
End If
Next
End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word should catalog misspelled words to study. rndthought Microsoft Word Help 39 May 21st 23 02:47 AM
Reveal codes in a word document FUN101 Microsoft Word Help 4 May 16th 23 08:47 PM
Word & WordPerfect MrsMac Microsoft Word Help 5 June 10th 06 03:14 AM
hard space between words. Sandy L Microsoft Word Help 7 May 5th 06 08:25 PM
Macros - Keyboard Commands Janet Microsoft Word Help 6 April 11th 05 05:28 AM


All times are GMT +1. The time now is 06:38 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"