Word add-in for accessing frequently used files?

  • Thread starter Thread starter Victor Delta
  • Start date Start date
V

Victor Delta

I like Word's Work menu feature but find the limitation of only 9 files
rather frustrating.

Does anyone know of a Word add-in that provides an improved way of accessing
a rather larger number of frequently used files (just as the XLG Favourites
add-in does for Excel - http://www.excelguru.ca/node/64)?

Thanks,

V
 
It would be a simple matter to create a userform that contained a ListBox
and a Browse button by which you could add files to the listbox, a Delete
button which allowed you to delete the selected file from the list and an
Open button which allowed you to open the selected files from the list.

To get started, see the article "How to create a Userform" at:

http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

and the following pages of fellow MVP Greg Maxey's website :

http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm

http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
Doug Robbins - Word MVP said:
It would be a simple matter to create a userform that contained a ListBox
and a Browse button by which you could add files to the listbox, a Delete
button which allowed you to delete the selected file from the list and an
Open button which allowed you to open the selected files from the list.

To get started, see the article "How to create a Userform" at:

http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

and the following pages of fellow MVP Greg Maxey's website :

http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm

http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm

Doug

Many thanks, I'll have a look at doing that. However, I'm just amazed that
no one's ever created an add-in to do it in the past.

V
 
They probably have, but maybe just for their own purposes. It's not really
such a big deal.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
Back
Top