This may not be a good question for the VB discussion group, but this is the group to which I belong, so I thought I'd give it a try. I'm doing some research for my boss on the subject of print drivers for printing rtf files. For the purpose of saving space, we've converted a slew of MS word files to rtf files. We then stripped out all of the unnecessary header code that didn't aplly to our specific documents (style sheets, color tables, etc.) We now need to print these documents just as they'd appear if opened in MS Word without actually opening them in that program. If one right-clicks on an rtf and selects print, it automatically opens the document in MS Word and prints it. That's no good - MS Word will not be an option in the project we're working on. If you open the rtf in MS Notepad and select print, the actual print-out is nothing more than the code itself. We need to see the finished docuement, with full formatting, and it needs to be printed out without the use of MS Word. Are the print drivers to help with that? As usual, I thank you in advance...

- Matt -