I can do this in Word VBA, but I would prefer to do it in straight VB
(either VB6 or .Net).
Thanks for any help on this.
David
Basic connection to the Word object for automation:
http://www.veign.com/vrc_codeview.asp?type=app&id=62
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/
"David Erickson" <eric...@earthlink.net> wrote in message
news:6iFZd.4952$qf2...@newsread2.news.atl.earthlink.net...
Thank you. I did not think of Word automation. How is the performance for
this? If I am changing 1000 files each day, how much system overhead will
this cause?
David
"Veign" <m...@home.com> wrote in message
news:8tFZd.4501$qW....@newsread3.news.atl.earthlink.net...
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/
"David Erickson" <eric...@earthlink.net> wrote in message
news:yAFZd.5012$qf2....@newsread2.news.atl.earthlink.net...
What I need to do is:
1. Read the doc file
2. extract account number, name, and date
3. convert to RTF
4. Add an HL7 wrapper around the RTF file
5. save into the application's HL7 inbox.
Is there a package that will allow me to open a .doc file more quickly than
word automation?
Thanks again!