CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    41

    Query about Word Automation

    In my application by word automation using MFC, I need to read from one word document(Source) paragraph by paragraph and then append them to the end of another word document(Target). But I find that I can't append a pragraph to the end of paragraph by InsertParagraphAfter method of Range. The result is that the last paragraph of the target is replaced by the would-append paragraph. Why?



    http://www.vlinetech.com

  2. #2
    Join Date
    Sep 2001
    Posts
    22

    Re: Query about Word Automation

    Hi Tang Min,
    I do not know how to open Word file using MFC, can you let me know?.
    Thanks so much.
    Khin Lau


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