CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: word automation

  1. #1
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    3

    Angry word automation

    How can I insert a word after finding particular word in a ".doc" file?

  2. #2
    Join Date
    Oct 2003
    Location
    Philadelphia, PA
    Posts
    167
    Just write a macro in VBA in word using a Instr() function which returns a position and from there you can insert a word.
    Mike Dershowitz
    miked@lexientcorp.com
    www.lexientcorp.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured