I have a document with a variable number of sections and subsections. What I need to do is to check that the main sections don't start on even pages. If I'd had some specific text to look for, I'd use the .Find function, but that is not the case in my situation. I'd like to use a while loop like while not endOfFile to loop through all sections, but I don't know how to find the end of a file. Can someone please help me find out what the end of file code is so I can search for it?
Chris
Chris