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

    Manual Page Break Character?

    I'm having some trouble with the Selection.MoveEndUntil function.

    I'd like to have it move until the next Manual Page Break (in Word), and likewise, use the MoveStartUntil function to find the previous one.

    Does anyone have any ideas (or real obvious solutions that I should have known) on this?

    Thanks!


  2. #2
    Join Date
    Jun 2002
    Posts
    1
    I'm also interested in a way to spot a page break within a .txt file. The reason is this: I have to modify a file, deleting 5 lines after each page break. How could I do this?

    Thanks,

    WAI

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