Thread: End of Page
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chill1[_3_] Chill1[_3_] is offline
external usenet poster
 
Posts: 1
Default End of Page

At current I'm parsing through a word document line by line. At th
beginning of every page is a header that is usually between 3 and
lines long, followed by a line of hyphens.

I'd like to not have to check for that every time, and was wondering i
there was a way to check if I had just gotten the last line of whateve
page I was on. That way, instead of checking every line to see if I'
finished with data and hit the next header, I could simply know I'm o
the next page and remove everything down to the line of hyphens.

Any help is appreciated, and thank

--
Message posted from http://www.ExcelForum.com