From: krisgreg96 on 3 Mar 2010 16:15 my os is vista....i want to print a list of my word documents....can't figure out how to do this....appreciate help!!
From: Doug Robbins - Word MVP on 3 Mar 2010 17:05 See the article "Insert into a document the names of all files in a selected folder” at: http://www.word.mvps.org/FAQs/MacrosVBA/InsertFileNames.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 "krisgreg96" <krisgreg96(a)discussions.microsoft.com> wrote in message news:1FE09C99-3E34-4795-8934-D5385EE749F7(a)microsoft.com... > my os is vista....i want to print a list of my word documents....can't > figure > out how to do this....appreciate help!!
From: marysully on 3 Mar 2010 17:23 A quick way to do it would be to open Window's Explorer to view the files you want to print. Hit the Print screen key. Open word and paste the contents. You will get a picture of the files. You may have to enlarge it to view the files, and you may also have to do another print screen to get a picture of all the files. Wish I knew an easier way! Good luck with it! "krisgreg96" wrote: > my os is vista....i want to print a list of my word documents....can't figure > out how to do this....appreciate help!!
From: Opinicus on 3 Mar 2010 23:08 On Wed, 3 Mar 2010 13:15:01 -0800, krisgreg96 <krisgreg96(a)discussions.microsoft.com> wrote: > my os is vista....i want to print a list of my word documents....can't figure > out how to do this....appreciate help!! A. If your documents are all located in one folder: 1. Open a command prompt in the folder where your documents are located. 2. Type "dir /b > dir.txt" omitting the "". 3. Open dir.txt with Word. 4. Print it. B. If your documents are in a folder called (say) "2010" that contains subfolders: 1. Open a command prompt in the folder immediately above 2010. 2. Type "dir *.* /b /s > 2010.txt" omitting the "". 3. Open 2010.txt with Word. 4. Print it. C. If your documents are in several folders that contain subfolders: 1. Open a command prompt in their common top folder. 2. Type "dir *.* /b /s > dirall.txt" omitting the "". 3. Open dirall.txt with Word. 4. Print it. D. To see what other magic you can do with a command prompt and dir: 1. Open a command prompt somewhere. 2. Type "dir /? > dirhelp.txt" omitting the "". 3. Open dirhelp.txt with Word. 4. Read, print, and save it for future reference. E. Remember this lore and pass it on when the time comes. -- Bob http://www.kanyak.com
|
Pages: 1 Prev: Time spent in Word 2003 Next: Need to be able to just click on the check box to check |