Automate Filename Index

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have numerous word documents on my hard drive basically letters, faxes, minutes, agenda, itineraries etc. I keep a separate INDEX document that lists all of the filenames and the subject. How can I automate this? My filenames are simple i.e. 1172.doc subject line = Ltr to President June 04. How do I save the file and have the filename and subject save in a separate document automatically?
 
G'day emjkaplan <[email protected]>,

Write some VBA in a Document_Close event for This_Document in the
template of that document, or write code in a global template to set
up an object monitoring Word events and monitor for the doc close
event.


Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


emjkaplan reckoned:
 
Back
Top