Hi,
I have a macro that cycles through documents in a folder and prints them to file as a .prn. It works briliantly. However, it has to sort through over 900 files to do so. To speed the process, I added in a code to hide the Word application and just run it
behind. This reduces the time the pc has to draw each document on screen as it is opened. This in turns removes the ablity for the user to see the progress of the conversion.
I have found a way to make a progress bar to appear on screen as it cycles through the files. However, I can't find how to determine the number of the file in folder that is open. I found a metkhod to print the number of files in a folder here on one of
the forums:
http://answers.microsoft.com/en-us/office/forum/office_2007-excel/how-to-find-number-of-files-in-a-folder-via-vba/87c650de-c0b3-46b0-b7d2-284e0b3b328f
I wanted to have a message on screen:
Converting file "active document number" out of "number of files in folder"
Does anyone know how to find the active document number or can suggests another way to show the progress?
I appreciate all your suggestions.